Interface INotifier
Namespace: Emby.Notifications
Assembly: MediaBrowser.Controller.dll
Syntax
public interface INotifier
Properties
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetConfiguredNotifications()
Declaration
NotificationInfo[] GetConfiguredNotifications()
Returns
Type | Description |
---|---|
NotificationInfo[] |
SendNotification(InternalNotificationRequest, CancellationToken)
Declaration
Task SendNotification(InternalNotificationRequest request, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
InternalNotificationRequest | request | |
System.Threading.CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |