C# Class ThirdParty.iOS4Unity.UIApplication

Inheritance: NSObject
ファイルを表示 Open project: aws/aws-sdk-net

Public Methods

Method 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

Method Description
UIApplication ( ) : System
UIApplication ( IntPtr handle ) : System

Method Details

CanOpenUrl() public method

public CanOpenUrl ( string url ) : bool
url string
return bool

CancelAllLocalNotifications() public method

public CancelAllLocalNotifications ( ) : void
return void

CancelLocalNotification() public method

public CancelLocalNotification ( UILocalNotification notification ) : void
notification UILocalNotification
return void

OpenUrl() public method

public OpenUrl ( string url ) : bool
url string
return bool

PresentLocationNotificationNow() public method

public PresentLocationNotificationNow ( UILocalNotification notification ) : void
notification UILocalNotification
return void

RegisterForRemoteNotificationTypes() public method

public RegisterForRemoteNotificationTypes ( UIRemoteNotificationType types ) : void
types UIRemoteNotificationType
return void

RegisterUserNotificationSettings() public method

public RegisterUserNotificationSettings ( UIUserNotificationSettings notificationSettings ) : void
notificationSettings UIUserNotificationSettings
return void

ScheduleLocalNotification() public method

public ScheduleLocalNotification ( UILocalNotification notification ) : void
notification UILocalNotification
return void

SetStatusBarHidden() public method

public SetStatusBarHidden ( bool hidden, bool animated = true ) : void
hidden bool
animated bool
return void

UnregisterForRemoteNotifications() public method

public UnregisterForRemoteNotifications ( ) : void
return void