toggle menu
client
androidJvm
switch theme
search in API
client
/
co.tryinhouse.android
/
StorageManager
Storage
Manager
class
StorageManager
(
context
:
Context
)
Members
Constructors
Storage
Manager
Link copied to clipboard
constructor
(
context
:
Context
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
clear
Failed
Events
Link copied to clipboard
fun
clearFailedEvents
(
)
debug
First
Install
State
Link copied to clipboard
fun
debugFirstInstallState
(
)
get
Device
Id
Link copied to clipboard
fun
getDeviceId
(
)
:
String
get
Failed
Events
Link copied to clipboard
fun
getFailedEvents
(
)
:
List
<
Event
>
get
Install
Data
Link copied to clipboard
fun
getInstallData
(
)
:
InstallData
?
get
Install
Referrer
Link copied to clipboard
fun
getInstallReferrer
(
)
:
String
?
is
First
Install
Link copied to clipboard
fun
isFirstInstall
(
)
:
Boolean
reset
First
Install
Link copied to clipboard
fun
resetFirstInstall
(
)
set
First
Install
Complete
Link copied to clipboard
fun
setFirstInstallComplete
(
)
store
Failed
Event
Link copied to clipboard
fun
storeFailedEvent
(
event
:
Event
)
store
Install
Data
Link copied to clipboard
fun
storeInstallData
(
installData
:
InstallData
)
store
Install
Referrer
Link copied to clipboard
fun
storeInstallReferrer
(
referrer
:
String
)