Interface IPushNotificationsService
Namespace: Unity.Services.PushNotifications
Syntax
public interface IPushNotificationsService
Properties
Analytics
Declaration
IPushNotificationsAnalytics Analytics { get; }
Property Value
| Type | Description |
|---|---|
| IPushNotificationsAnalytics |
Methods
RegisterForPushNotificationsAsync()
Declaration
Task<string> RegisterForPushNotificationsAsync()
Returns
| Type | Description |
|---|---|
| Task<String> |
Events
OnNotificationReceived
Declaration
event Action<Dictionary<string, object>> OnNotificationReceived
Event Type
| Type | Description |
|---|---|
| Action<Dictionary<String, Object>> |