GetPushToken

Definition:

GetPushToken()

 

Description:

Obtain the current push token value.

 

Platforms:

Android, iOS

 

Parameters:

none

 

Returns:

String containing the push token value, as an alphanumeric string, or an empty string, "", if no token is available.

 

Notes:

 

This Method allows you to obtain the current push token value for a device which is running one or more apps which allow push notifications to be received.

If this Method returns an empty string, try calling RegisterForPush and then call GetPushToken again.


See also:

GetPushNotificationPayload

RegisterForPush