Interface DeviceInformationMismatch.MissingDeviceInformationInServer
- All Superinterfaces:
DeviceInformationMismatch
- Enclosing interface:
- DeviceInformationMismatch
public static interface DeviceInformationMismatch.MissingDeviceInformationInServer
extends DeviceInformationMismatch
The device information for the given
DeviceInformation.IdUsernamePair
is defined in the SDK
but not in the server.
This mismatch cannot be solved, providing it to the DeviceInformationSync.mismatches(Set)
method will have no effect.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.DeviceInformationMismatch
DeviceInformationMismatch.DeviceNameMismatch, DeviceInformationMismatch.FcmRegistrationTokenMismatch, DeviceInformationMismatch.MissingAuthenticatorInMobileDevice, DeviceInformationMismatch.MissingAuthenticatorInServer, DeviceInformationMismatch.MissingDeviceInformationInMobileDevice, DeviceInformationMismatch.MissingDeviceInformationInServer
-
Method Summary
Modifier and TypeMethodDescriptionTheDeviceInformation.IdUsernamePair
that is missing in the server.server()
The server where the mismatch occurs.
-
Method Details
-
idUsernamePair
DeviceInformation.IdUsernamePair idUsernamePair()TheDeviceInformation.IdUsernamePair
that is missing in the server.- Returns:
- the missing
DeviceInformation.IdUsernamePair
-
server
Server server()The server where the mismatch occurs.- Returns:
- the server where the mismatch occurs
-