Метод | Описание | |
---|---|---|
CancelAllLocalNotifications ( ) : void | ||
CancelLocalNotification ( |
||
ClearLocalNotifications ( ) : void | ||
ClearRemoteNotifications ( ) : void | ||
GetLocalNotification ( int index ) : |
||
GetRemoteNotification ( int index ) : |
||
NotificationServices ( ) | ||
PresentLocalNotificationNow ( |
||
ScheduleLocalNotification ( |
||
UnregisterForRemoteNotifications ( ) : void |
Метод | Описание | |
---|---|---|
RegisterForRemoteNotificationTypes ( UnityEngine.RemoteNotificationType notificationTypes ) : void |
public static CancelAllLocalNotifications ( ) : void | ||
Результат | void |
public static CancelLocalNotification ( |
||
notification | ||
Результат | void |
public static ClearLocalNotifications ( ) : void | ||
Результат | void |
public static ClearRemoteNotifications ( ) : void | ||
Результат | void |
public static GetLocalNotification ( int index ) : |
||
index | int | |
Результат |
public static GetRemoteNotification ( int index ) : |
||
index | int | |
Результат |
public static PresentLocalNotificationNow ( |
||
notification | ||
Результат | void |
public static ScheduleLocalNotification ( |
||
notification | ||
Результат | void |
public static UnregisterForRemoteNotifications ( ) : void | ||
Результат | void |