C# Class UnityEngine.NotificationServices

Inheritance: Object
Afficher le fichier Open project: randomize/VimConfig

Méthodes publiques

Méthode Description
CancelAllLocalNotifications ( ) : void
CancelLocalNotification ( LocalNotification notification ) : void
ClearLocalNotifications ( ) : void
ClearRemoteNotifications ( ) : void
GetLocalNotification ( int index ) : LocalNotification
GetRemoteNotification ( int index ) : RemoteNotification
NotificationServices ( )
PresentLocalNotificationNow ( LocalNotification notification ) : void
ScheduleLocalNotification ( LocalNotification notification ) : void
UnregisterForRemoteNotifications ( ) : void

Private Methods

Méthode Description
RegisterForRemoteNotificationTypes ( UnityEngine.RemoteNotificationType notificationTypes ) : void

Method Details

CancelAllLocalNotifications() public static méthode

public static CancelAllLocalNotifications ( ) : void
Résultat void

CancelLocalNotification() public static méthode

public static CancelLocalNotification ( LocalNotification notification ) : void
notification LocalNotification
Résultat void

ClearLocalNotifications() public static méthode

public static ClearLocalNotifications ( ) : void
Résultat void

ClearRemoteNotifications() public static méthode

public static ClearRemoteNotifications ( ) : void
Résultat void

GetLocalNotification() public static méthode

public static GetLocalNotification ( int index ) : LocalNotification
index int
Résultat LocalNotification

GetRemoteNotification() public static méthode

public static GetRemoteNotification ( int index ) : RemoteNotification
index int
Résultat RemoteNotification

NotificationServices() public méthode

PresentLocalNotificationNow() public static méthode

public static PresentLocalNotificationNow ( LocalNotification notification ) : void
notification LocalNotification
Résultat void

ScheduleLocalNotification() public static méthode

public static ScheduleLocalNotification ( LocalNotification notification ) : void
notification LocalNotification
Résultat void

UnregisterForRemoteNotifications() public static méthode

public static UnregisterForRemoteNotifications ( ) : void
Résultat void