Class NotificationTokenCategory
Inheritance
System.Object
    NotificationTokenCategory
  Namespace: MediaBrowser.Controller.Notifications
Assembly: MediaBrowser.Controller.dll
Syntax
public class NotificationTokenCategory
  Properties
Key
Declaration
public string Key { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Tokens
Declaration
public NotificationToken[] Tokens { get; set; }
  Property Value
| Type | Description | 
|---|---|
| NotificationToken[] |