Interface DeviceInformationMismatch
- All Known Subinterfaces:
DeviceInformationMismatch.DeviceNameMismatch,DeviceInformationMismatch.FcmRegistrationTokenMismatch,DeviceInformationMismatch.MissingAuthenticatorInMobileDevice,DeviceInformationMismatch.MissingAuthenticatorInServer,DeviceInformationMismatch.MissingDeviceInformationInMobileDevice,DeviceInformationMismatch.MissingDeviceInformationInServer
public interface DeviceInformationMismatch
The configuration mismatches between the server and the mobile device application.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThere is a mismatch between the name of the device in the server and the one in the mobile device application.static interfaceThere is a mismatch between the firebase registration token in the server and the one in the mobile device application.static interfaceAn authenticator is registered in the server for an account, but not in the mobile device application.static interfaceAn authenticator is registered in the mobile device application for an account, but not in the server.static interfaceThe device information for the givenDeviceInformation.IdUsernamePairis defined in the server but not in the mobile device application.static interfaceThe device information for the givenDeviceInformation.IdUsernamePairis defined in the SDK but not in the server.