C# Class ThirdParty.iOS4Unity.UIApplication

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
CanOpenUrl ( string url ) : bool
CancelAllLocalNotifications ( ) : void
CancelLocalNotification ( UILocalNotification notification ) : void
OpenUrl ( string url ) : bool
PresentLocationNotificationNow ( UILocalNotification notification ) : void
RegisterForRemoteNotificationTypes ( UIRemoteNotificationType types ) : void
RegisterUserNotificationSettings ( UIUserNotificationSettings notificationSettings ) : void
ScheduleLocalNotification ( UILocalNotification notification ) : void
SetStatusBarHidden ( bool hidden, bool animated = true ) : void
UnregisterForRemoteNotifications ( ) : void

Private Methods

Méthode Description
UIApplication ( ) : System
UIApplication ( IntPtr handle ) : System

Method Details

CanOpenUrl() public méthode

public CanOpenUrl ( string url ) : bool
url string
Résultat bool

CancelAllLocalNotifications() public méthode

public CancelAllLocalNotifications ( ) : void
Résultat void

CancelLocalNotification() public méthode

public CancelLocalNotification ( UILocalNotification notification ) : void
notification UILocalNotification
Résultat void

OpenUrl() public méthode

public OpenUrl ( string url ) : bool
url string
Résultat bool

PresentLocationNotificationNow() public méthode

public PresentLocationNotificationNow ( UILocalNotification notification ) : void
notification UILocalNotification
Résultat void

RegisterForRemoteNotificationTypes() public méthode

public RegisterForRemoteNotificationTypes ( UIRemoteNotificationType types ) : void
types UIRemoteNotificationType
Résultat void

RegisterUserNotificationSettings() public méthode

public RegisterUserNotificationSettings ( UIUserNotificationSettings notificationSettings ) : void
notificationSettings UIUserNotificationSettings
Résultat void

ScheduleLocalNotification() public méthode

public ScheduleLocalNotification ( UILocalNotification notification ) : void
notification UILocalNotification
Résultat void

SetStatusBarHidden() public méthode

public SetStatusBarHidden ( bool hidden, bool animated = true ) : void
hidden bool
animated bool
Résultat void

UnregisterForRemoteNotifications() public méthode

public UnregisterForRemoteNotifications ( ) : void
Résultat void