Method | Description | |
---|---|---|
CanOpenUrl ( string url ) : bool | ||
CancelAllLocalNotifications ( ) : void | ||
CancelLocalNotification ( |
||
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 |
Method | Description | |
---|---|---|
UIApplication ( ) : System | ||
UIApplication ( IntPtr handle ) : System |
public CancelAllLocalNotifications ( ) : void | ||
return | void |
public CancelLocalNotification ( |
||
notification | ||
return | void |
public PresentLocationNotificationNow ( UILocalNotification notification ) : void | ||
notification | UILocalNotification | |
return | void |
public RegisterForRemoteNotificationTypes ( UIRemoteNotificationType types ) : void | ||
types | UIRemoteNotificationType | |
return | void |
public RegisterUserNotificationSettings ( UIUserNotificationSettings notificationSettings ) : void | ||
notificationSettings | UIUserNotificationSettings | |
return | void |
public ScheduleLocalNotification ( UILocalNotification notification ) : void | ||
notification | UILocalNotification | |
return | void |
public SetStatusBarHidden ( bool hidden, bool animated = true ) : void | ||
hidden | bool | |
animated | bool | |
return | void |
public UnregisterForRemoteNotifications ( ) : void | ||
return | void |