Package-level declarations
Types
Public interface for Device Sync State
Use this class to launch the sync screen with a URL-based sync pairing code It is not expected that the URL would be hand-crafted This is to support the flow when a URL-based sync setup QR code is scanned using the normal camera app and we're the default browser
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.