Class NotificationInfo
Inheritance
System.Object
NotificationInfo
Assembly: MediaBrowser.Controller.dll
Syntax
public class NotificationInfo
Properties
DeviceIds
Declaration
public string[] DeviceIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EventIds
Declaration
public string[] EventIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupItems
Declaration
public bool GroupItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsSelfNotification
Declaration
public bool IsSelfNotification { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LibraryIds
Declaration
public string[] LibraryIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Options
This is for webhooks since this will cause xml serialization to fail
Declaration
public Dictionary<string, string> Options { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
UserId
Notification intended for a specific user
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
UserIds
Limit events based on user ids, for admin notifications
Declaration
public string[] UserIds { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Extension Methods