C# Class Unity.Platform.IPhone.IPhoneNotification

Inheritance: Unity.Core.Notification.AbstractNotification
Afficher le fichier Open project: Appverse/appverse-mobile Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CancelAllLocalNotifications() public méthode

public CancelAllLocalNotifications ( ) : void
Résultat void

CancelLocalNotification() public méthode

public CancelLocalNotification ( System.DateTime fireDate ) : void
fireDate System.DateTime
Résultat void

DecrementApplicationIconBadgeNumber() public méthode

public DecrementApplicationIconBadgeNumber ( ) : void
Résultat void

IncrementApplicationIconBadgeNumber() public méthode

public IncrementApplicationIconBadgeNumber ( ) : void
Résultat void

IsNotifyActivityRunning() public méthode

public IsNotifyActivityRunning ( ) : bool
Résultat bool

IsNotifyLoadingRunning() public méthode

public IsNotifyLoadingRunning ( ) : bool
Résultat bool

PresentLocalNotificationNow() public méthode

public PresentLocalNotificationNow ( NotificationData notification ) : void
notification Unity.Core.Notification.NotificationData
Résultat void

ScheduleLocalNotification() public méthode

public ScheduleLocalNotification ( NotificationData notification, Unity.Core.Notification.SchedulingData schedule ) : void
notification Unity.Core.Notification.NotificationData
schedule Unity.Core.Notification.SchedulingData
Résultat void

SetApplicationIconBadgeNumber() public méthode

public SetApplicationIconBadgeNumber ( int badge ) : void
badge int
Résultat void

StartNotifyActionSheet() public méthode

public StartNotifyActionSheet ( string title, string buttons, string javascriptCallBackFunctions ) : bool
title string
buttons string
javascriptCallBackFunctions string
Résultat bool

StartNotifyActivity() public méthode

public StartNotifyActivity ( ) : bool
Résultat bool

StartNotifyAlert() public méthode

public StartNotifyAlert ( string message ) : bool
message string
Résultat bool

StartNotifyAlert() public méthode

public StartNotifyAlert ( string title, string message, string buttonText ) : bool
title string
message string
buttonText string
Résultat bool

StartNotifyBeep() public méthode

public StartNotifyBeep ( ) : bool
Résultat bool

StartNotifyBlink() public méthode

public StartNotifyBlink ( ) : bool
Résultat bool

StartNotifyLoading() public méthode

public StartNotifyLoading ( string loadingText ) : bool
loadingText string /// A ///
Résultat bool

StartNotifyVibrate() public méthode

public StartNotifyVibrate ( ) : bool
Résultat bool

StopNotifyActivity() public méthode

public StopNotifyActivity ( ) : bool
Résultat bool

StopNotifyAlert() public méthode

public StopNotifyAlert ( ) : bool
Résultat bool

StopNotifyBeep() public méthode

public StopNotifyBeep ( ) : bool
Résultat bool

StopNotifyBlink() public méthode

public StopNotifyBlink ( ) : bool
Résultat bool

StopNotifyLoading() public méthode

public StopNotifyLoading ( ) : bool
Résultat bool

StopNotifyVibrate() public méthode

public StopNotifyVibrate ( ) : bool
Résultat bool

UpdateNotifyLoading() public méthode

public UpdateNotifyLoading ( float progress ) : void
progress float
Résultat void