passFCMPushToken method

void passFCMPushToken(
  1. String pushToken
)

Pass FCM Push Token to the MoEngage SDK. Note: This API is only for Android Platform. pushToken - FCM Push Token

Implementation

void passFCMPushToken(String pushToken) {
  _platform.passPushToken(pushToken, MoEPushService.fcm, appId);
}