C# 클래스 ThirdParty.iOS4Unity.UIApplication

상속: NSObject
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

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

비공개 메소드들

메소드 설명
UIApplication ( ) : System
UIApplication ( IntPtr handle ) : System

메소드 상세

CanOpenUrl() 공개 메소드

public CanOpenUrl ( string url ) : bool
url string
리턴 bool

CancelAllLocalNotifications() 공개 메소드

public CancelAllLocalNotifications ( ) : void
리턴 void

CancelLocalNotification() 공개 메소드

public CancelLocalNotification ( UILocalNotification notification ) : void
notification UILocalNotification
리턴 void

OpenUrl() 공개 메소드

public OpenUrl ( string url ) : bool
url string
리턴 bool

PresentLocationNotificationNow() 공개 메소드

public PresentLocationNotificationNow ( UILocalNotification notification ) : void
notification UILocalNotification
리턴 void

RegisterForRemoteNotificationTypes() 공개 메소드

public RegisterForRemoteNotificationTypes ( UIRemoteNotificationType types ) : void
types UIRemoteNotificationType
리턴 void

RegisterUserNotificationSettings() 공개 메소드

public RegisterUserNotificationSettings ( UIUserNotificationSettings notificationSettings ) : void
notificationSettings UIUserNotificationSettings
리턴 void

ScheduleLocalNotification() 공개 메소드

public ScheduleLocalNotification ( UILocalNotification notification ) : void
notification UILocalNotification
리턴 void

SetStatusBarHidden() 공개 메소드

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

UnregisterForRemoteNotifications() 공개 메소드

public UnregisterForRemoteNotifications ( ) : void
리턴 void