Package-level declarations
Types
Public interface for Device Sync State
Use this class to launch the sync screen without parameters
Public interface to encrypt and decrypt Sync related data
Use this interface to create a new plugin that will be used to display a specific settings section
Represent each possible sync state See Tech Design: Sync Engine https://app.asana.com/0/481882893211075/1204303361994831/f READY -> Sync is enabled, data will sync according to the specifications above. Next state can be IN_PROGRESS if a new sync operation stars, or OFF if user disables Sync. IN_PROGRESS -> Sync operation in progress. Next state can be FAILED if operation fails or READY if operation succeeds FAILED -> Last Sync operation failed. Next state can be IN_PROGRESS if a new operation starts or OFF if user disables Sync. OFF -> Sync is disabled. Next state can be READY if the user enabled sync for this device.