Method | Description | |
---|---|---|
CancelAllLocalNotifications ( ) : void | ||
CancelLocalNotification ( |
||
ClearLocalNotifications ( ) : void | ||
ClearRemoteNotifications ( ) : void | ||
GetLocalNotification ( int index ) : |
||
GetRemoteNotification ( int index ) : |
||
NotificationServices ( ) | ||
PresentLocalNotificationNow ( |
||
ScheduleLocalNotification ( |
||
UnregisterForRemoteNotifications ( ) : void |
Method | Description | |
---|---|---|
RegisterForRemoteNotificationTypes ( UnityEngine.RemoteNotificationType notificationTypes ) : void |
public static CancelAllLocalNotifications ( ) : void | ||
return | void |
public static CancelLocalNotification ( |
||
notification | ||
return | void |
public static ClearLocalNotifications ( ) : void | ||
return | void |
public static ClearRemoteNotifications ( ) : void | ||
return | void |
public static GetLocalNotification ( int index ) : |
||
index | int | |
return |
public static GetRemoteNotification ( int index ) : |
||
index | int | |
return |
public static PresentLocalNotificationNow ( |
||
notification | ||
return | void |
public static ScheduleLocalNotification ( |
||
notification | ||
return | void |
public static UnregisterForRemoteNotifications ( ) : void | ||
return | void |