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
Modifier and TypeInterfaceDescriptionstatic interface
There is a mismatch between the name of the device in the server and the one in the mobile device application.static interface
There is a mismatch between the firebase registration token in the server and the one in the mobile device application.static interface
An authenticator is registered in the server for an account, but not in the mobile device application.static interface
An authenticator is registered in the mobile device application for an account, but not in the server.static interface
The device information for the givenDeviceInformation.IdUsernamePair
is defined in the server but not in the mobile device application.static interface
The device information for the givenDeviceInformation.IdUsernamePair
is defined in the SDK but not in the server.