Interface INotificationTypeFactory
Namespace: Emby.Notifications
Assembly: MediaBrowser.Controller.dll
Syntax
public interface INotificationTypeFactory
Methods
GetNotificationTypes(String)
Declaration
List<NotificationTypeInfo> GetNotificationTypes(string language)
Parameters
Type | Name | Description |
---|---|---|
System.String | language |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<NotificationTypeInfo> |