Method | Description | |
---|---|---|
Awake ( ) : void | ||
DidFailToRegisterForPushNotifications ( string error ) : void | ||
DidLaunchWithPushNotification ( string notification ) : void | ||
DidReceivePushNotification ( string notification ) : void | ||
DidRegisterForPushNotifications ( string deviceToken ) : void | ||
RegisterForPushNotifications ( ) : void |
Registers for push notifications.
|
|
UnregisterForPushNotifications ( ) : void |
Unregisters for push notifications.
|
public DidFailToRegisterForPushNotifications ( string error ) : void | ||
error | string | |
return | void |
public DidLaunchWithPushNotification ( string notification ) : void | ||
notification | string | |
return | void |
public DidReceivePushNotification ( string notification ) : void | ||
notification | string | |
return | void |
public DidRegisterForPushNotifications ( string deviceToken ) : void | ||
deviceToken | string | |
return | void |
public RegisterForPushNotifications ( ) : void | ||
return | void |
public UnregisterForPushNotifications ( ) : void | ||
return | void |