kotlin-sdk
id
/
com.amplitude.id
/
IMIdentityStorage
IMIdentity
Storage
class
IMIdentityStorage
:
IdentityStorage
Content copied to clipboard
In Memory Identity Storage
Constructors
Functions
Properties
Constructors
IMIdentity
Storage
Link copied to clipboard
fun
IMIdentityStorage
(
)
Content copied to clipboard
Functions
load
Link copied to clipboard
open
override
fun
load
(
)
:
Identity
Content copied to clipboard
save
Device
Id
Link copied to clipboard
open
override
fun
saveDeviceId
(
deviceId
:
String
?
)
Content copied to clipboard
save
User
Id
Link copied to clipboard
open
override
fun
saveUserId
(
userId
:
String
?
)
Content copied to clipboard
Properties
deviceId
Link copied to clipboard
var
deviceId
:
String
?
=
null
Content copied to clipboard
userId
Link copied to clipboard
var
userId
:
String
?
=
null
Content copied to clipboard