Package-level declarations

Types

Link copied to clipboard
interface DeviceSyncState

Public interface for Device Sync State

Link copied to clipboard

Use this class to launch the sync screen without parameters

Link copied to clipboard
interface SyncCrypto

Public interface to encrypt and decrypt Sync related data

Link copied to clipboard
Link copied to clipboard

Use this interface to create a new plugin that will be used to display a specific settings section

Link copied to clipboard

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.

Link copied to clipboard

Properties