SyncAccountState
interface SyncAccountState
Representation of the current sync account state, including whether signed in or not. If signed in, it also includes other data.
Inheritors
Types
Link copied to clipboard
data class SignedIn(val devices: List<DeviceSyncState.ConnectedDevice>) : DeviceSyncState.SyncAccountState
Link copied to clipboard