C# 클래스 Unity.Platform.IPhone.IPhoneNotification

상속: Unity.Core.Notification.AbstractNotification
파일 보기 프로젝트 열기: Appverse/appverse-mobile 1 사용 예제들

공개 메소드들

메소드 설명
CancelAllLocalNotifications ( ) : void
CancelLocalNotification ( System.DateTime fireDate ) : void
DecrementApplicationIconBadgeNumber ( ) : void
IncrementApplicationIconBadgeNumber ( ) : void
IsNotifyActivityRunning ( ) : bool
IsNotifyLoadingRunning ( ) : bool
PresentLocalNotificationNow ( NotificationData notification ) : void
ScheduleLocalNotification ( NotificationData notification, Unity.Core.Notification.SchedulingData schedule ) : void
SetApplicationIconBadgeNumber ( int badge ) : void
StartNotifyActionSheet ( string title, string buttons, string javascriptCallBackFunctions ) : bool
StartNotifyActivity ( ) : bool
StartNotifyAlert ( string message ) : bool
StartNotifyAlert ( string title, string message, string buttonText ) : bool
StartNotifyBeep ( ) : bool
StartNotifyBlink ( ) : bool
StartNotifyLoading ( string loadingText ) : bool

StartNotifyVibrate ( ) : bool
StopNotifyActivity ( ) : bool
StopNotifyAlert ( ) : bool
StopNotifyBeep ( ) : bool
StopNotifyBlink ( ) : bool
StopNotifyLoading ( ) : bool
StopNotifyVibrate ( ) : bool
UpdateNotifyLoading ( float progress ) : void

비공개 메소드들

메소드 설명
DismissLoading ( ) : void
GetCurrentScheduledLocalNotifications ( ) : int

Gets the current scheduled local notifications. SHOULD BE USED (INVOKED) INSIDE AN UIApplication.InvokeOnMainThread block.

PlayVibration ( ) : void
PrepareLocalNotification ( NotificationData notification ) : UILocalNotification
ShowActionSheet ( object sheet ) : void
ShowAlert ( object alertData ) : void
ShowLoading ( object text ) : void

메소드 상세

CancelAllLocalNotifications() 공개 메소드

public CancelAllLocalNotifications ( ) : void
리턴 void

CancelLocalNotification() 공개 메소드

public CancelLocalNotification ( System.DateTime fireDate ) : void
fireDate System.DateTime
리턴 void

DecrementApplicationIconBadgeNumber() 공개 메소드

public DecrementApplicationIconBadgeNumber ( ) : void
리턴 void

IncrementApplicationIconBadgeNumber() 공개 메소드

public IncrementApplicationIconBadgeNumber ( ) : void
리턴 void

IsNotifyActivityRunning() 공개 메소드

public IsNotifyActivityRunning ( ) : bool
리턴 bool

IsNotifyLoadingRunning() 공개 메소드

public IsNotifyLoadingRunning ( ) : bool
리턴 bool

PresentLocalNotificationNow() 공개 메소드

public PresentLocalNotificationNow ( NotificationData notification ) : void
notification Unity.Core.Notification.NotificationData
리턴 void

ScheduleLocalNotification() 공개 메소드

public ScheduleLocalNotification ( NotificationData notification, Unity.Core.Notification.SchedulingData schedule ) : void
notification Unity.Core.Notification.NotificationData
schedule Unity.Core.Notification.SchedulingData
리턴 void

SetApplicationIconBadgeNumber() 공개 메소드

public SetApplicationIconBadgeNumber ( int badge ) : void
badge int
리턴 void

StartNotifyActionSheet() 공개 메소드

public StartNotifyActionSheet ( string title, string buttons, string javascriptCallBackFunctions ) : bool
title string
buttons string
javascriptCallBackFunctions string
리턴 bool

StartNotifyActivity() 공개 메소드

public StartNotifyActivity ( ) : bool
리턴 bool

StartNotifyAlert() 공개 메소드

public StartNotifyAlert ( string message ) : bool
message string
리턴 bool

StartNotifyAlert() 공개 메소드

public StartNotifyAlert ( string title, string message, string buttonText ) : bool
title string
message string
buttonText string
리턴 bool

StartNotifyBeep() 공개 메소드

public StartNotifyBeep ( ) : bool
리턴 bool

StartNotifyBlink() 공개 메소드

public StartNotifyBlink ( ) : bool
리턴 bool

StartNotifyLoading() 공개 메소드

public StartNotifyLoading ( string loadingText ) : bool
loadingText string /// A ///
리턴 bool

StartNotifyVibrate() 공개 메소드

public StartNotifyVibrate ( ) : bool
리턴 bool

StopNotifyActivity() 공개 메소드

public StopNotifyActivity ( ) : bool
리턴 bool

StopNotifyAlert() 공개 메소드

public StopNotifyAlert ( ) : bool
리턴 bool

StopNotifyBeep() 공개 메소드

public StopNotifyBeep ( ) : bool
리턴 bool

StopNotifyBlink() 공개 메소드

public StopNotifyBlink ( ) : bool
리턴 bool

StopNotifyLoading() 공개 메소드

public StopNotifyLoading ( ) : bool
리턴 bool

StopNotifyVibrate() 공개 메소드

public StopNotifyVibrate ( ) : bool
리턴 bool

UpdateNotifyLoading() 공개 메소드

public UpdateNotifyLoading ( float progress ) : void
progress float
리턴 void