Abstract
Optional
Abstract
fcmThe firebase registration token in the server.
Optional
Abstract
fcmThe firebase registration token in the mobile device application (that is, as returned by DeviceInformation.fcmRegistrationToken through LocalData.deviceInformation).
Abstract
serverThe server where the mismatch occurs.
Static
createDefault constructor for FcmRegistrationTokenMismatch.
the server where the mismatch occurs.
Optional
fcmRegistrationTokenInServer: stringthe firebase registration token in the server.
Optional
fcmRegistrationTokenInMobileDevice: stringthe firebase registration token in the mobile device application.
the created FcmRegistrationTokenMismatch instance.
Static
fromAlternate constructor that creates an FcmRegistrationTokenMismatch from a json.
contains the source for instance creation.
the created FcmRegistrationTokenMismatch instance.
Generated using TypeDoc
There is a mismatch between the firebase registration token in the server and the one in the mobile device application.
Fixing this mismatch when invoking DeviceInformationSync will update the values in the server with the values in the mobile device application.
<If you rather have the value in the server to be used, you can provide the registration token returned by fcmRegistrationTokenInServer, and execute a DeviceInformationChange operation with that value.