Interface IPushNotificationsAnalytics
Namespace: Unity.Services.PushNotifications
Syntax
public interface IPushNotificationsAnalytics
Methods
RecordNotificationOpened(Dictionary<String, Object>, Boolean)
Declaration
void RecordNotificationOpened(Dictionary<string, object> payload, bool didLaunch)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<String, Object> | payload | |
| Boolean | didLaunch |
RecordPushTokenUpdated(String)
Declaration
void RecordPushTokenUpdated(string pushToken)
Parameters
| Type | Name | Description |
|---|---|---|
| String | pushToken |