Java
Syntax
Copied to your clipboardpublic static void setPushIdentifier(final String pushIdentifier);
Example
Copied to your clipboard// retrieve the token from either GCM or FCM, and pass it to the SDK
Swift
Syntax
Copied to your clipboardVoid setPushIdentifier(deviceToken: Data?)
Example
Copied to your clipboard// pass the deviceToken that the APNS has assigned to the device.
Objective-C
Syntax
Copied to your clipboard+ (void) setPushIdentifier: (nullable NSData*) deviceToken;
Example
Copied to your clipboard// pass the deviceToken that the APNS has assigned to the device