C# 클래스 UnityEngine.NotificationServices

상속: Object
파일 보기 프로젝트 열기: randomize/VimConfig

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
RegisterForRemoteNotificationTypes ( UnityEngine.RemoteNotificationType notificationTypes ) : void

메소드 상세

CancelAllLocalNotifications() 공개 정적인 메소드

public static CancelAllLocalNotifications ( ) : void
리턴 void

CancelLocalNotification() 공개 정적인 메소드

public static CancelLocalNotification ( LocalNotification notification ) : void
notification LocalNotification
리턴 void

ClearLocalNotifications() 공개 정적인 메소드

public static ClearLocalNotifications ( ) : void
리턴 void

ClearRemoteNotifications() 공개 정적인 메소드

public static ClearRemoteNotifications ( ) : void
리턴 void

GetLocalNotification() 공개 정적인 메소드

public static GetLocalNotification ( int index ) : LocalNotification
index int
리턴 LocalNotification

GetRemoteNotification() 공개 정적인 메소드

public static GetRemoteNotification ( int index ) : RemoteNotification
index int
리턴 RemoteNotification

NotificationServices() 공개 메소드

PresentLocalNotificationNow() 공개 정적인 메소드

public static PresentLocalNotificationNow ( LocalNotification notification ) : void
notification LocalNotification
리턴 void

ScheduleLocalNotification() 공개 정적인 메소드

public static ScheduleLocalNotification ( LocalNotification notification ) : void
notification LocalNotification
리턴 void

UnregisterForRemoteNotifications() 공개 정적인 메소드

public static UnregisterForRemoteNotifications ( ) : void
리턴 void