Interface DeviceInformationMismatch.MissingDeviceInformationInMobileDevice
- All Superinterfaces:
DeviceInformationMismatch
- Enclosing interface:
- DeviceInformationMismatch
public static interface DeviceInformationMismatch.MissingDeviceInformationInMobileDevice
extends DeviceInformationMismatch
The device information for the given
DeviceInformation.IdUsernamePair
is defined in the server
but not in the mobile device application.
Fixing this mismatch when invoking DeviceInformationSync
will remove the information associated
with the IdUsernamePair
from the server.
-
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 TypeMethodDescriptionThe identifier of the dispatch target that is missing in the mobile device.server()
The server where the mismatch occurs.