androidRoot
androidJvm
sync-api
/
com.duckduckgo.sync.api
/
DeviceSyncState
/
SyncAccountState
/
SignedIn
Signed
In
data
class
SignedIn
(
val
userId
:
String
,
val
devices
:
List
<
DeviceSyncState.ConnectedDevice
>
)
:
DeviceSyncState.SyncAccountState
Members
Constructors
Signed
In
Link copied to clipboard
constructor
(
userId
:
String
,
devices
:
List
<
DeviceSyncState.ConnectedDevice
>
)
Properties
devices
Link copied to clipboard
val
devices
:
List
<
DeviceSyncState.ConnectedDevice
>
user
Id
Link copied to clipboard
val
userId
:
String