setDeviceToken

fun setDeviceToken(token: String?)

Pass the FCM token into the Marigold Mobile SDK. NOTE: This method should only be called if the app implements its own FirebaseMessagingService instance, in which case it must be called in order to provide the FCM token to the Marigold Mobile Platform. Otherwise this will be handled automatically by the Marigold Mobile SDK.

Parameters

token

FCM token provided by FirebaseMessagingService