C# Класс UnityEngine.iOS.NotificationServices

NotificationServices is only available on iPhoneiPadiPod Touch.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RegisterForNotifications ( NotificationType notificationTypes ) : void

Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.

Приватные методы

Метод Описание
CancelAllLocalNotifications ( ) : void
CancelLocalNotification ( LocalNotification notification ) : void
ClearLocalNotifications ( ) : void
ClearRemoteNotifications ( ) : void
GetLocalNotification ( int index ) : LocalNotification
GetRemoteNotification ( int index ) : RemoteNotification
PresentLocalNotificationNow ( LocalNotification notification ) : void
RegisterForNotifications ( NotificationType notificationTypes, bool registerForRemote ) : void
ScheduleLocalNotification ( LocalNotification notification ) : void
UnregisterForRemoteNotifications ( ) : void

Описание методов

RegisterForNotifications() публичный статический Метод

Register to receive local and remote notifications of the specified types from a provider via Apple Push Service.

public static RegisterForNotifications ( NotificationType notificationTypes ) : void
notificationTypes NotificationType Notification types to register for.
Результат void