Méthode | Description | |
---|---|---|
DidFailToRegisterForPushNotifications ( string error ) : void | ||
DidLaunchWithPushNotification ( string notification ) : void | ||
DidReceivePushNotification ( string notification ) : void | ||
DidRegisterForPushNotifications ( string registrationId ) : void | ||
RegisterForPushNotifications ( ) : void |
Registers for push notifications.
|
|
UnregisterForPushNotifications ( ) : void |
Unregisters for push notifications.
|
Méthode | Description | |
---|---|---|
Awake ( ) : void |
public DidFailToRegisterForPushNotifications ( string error ) : void | ||
error | string | |
Résultat | void |
public DidLaunchWithPushNotification ( string notification ) : void | ||
notification | string | |
Résultat | void |
public DidReceivePushNotification ( string notification ) : void | ||
notification | string | |
Résultat | void |
public DidRegisterForPushNotifications ( string registrationId ) : void | ||
registrationId | string | |
Résultat | void |
public RegisterForPushNotifications ( ) : void | ||
Résultat | void |
public UnregisterForPushNotifications ( ) : void | ||
Résultat | void |