toggle menu
lib
0.0.9
android
common
ios
switch theme
search in API
lib
/
com.wepin.cm.loginlib.storage
/
StorageManager
Storage
Manager
android
common
ios
actual
object
StorageManager
expect
object
StorageManager
actual
object
StorageManager
Members
Functions
delete
All
If
App
Id
Data
Not
Exists
Link copied to clipboard
android
common
ios
actual
fun
deleteAllIfAppIdDataNotExists
(
)
expect
fun
deleteAllIfAppIdDataNotExists
(
)
actual
fun
deleteAllIfAppIdDataNotExists
(
)
delete
All
Storage
Link copied to clipboard
android
common
ios
actual
fun
deleteAllStorage
(
)
expect
fun
deleteAllStorage
(
)
actual
fun
deleteAllStorage
(
)
delete
All
Storage
With
App
Id
Link copied to clipboard
android
common
ios
actual
fun
deleteAllStorageWithAppId
(
)
expect
fun
deleteAllStorageWithAppId
(
)
actual
fun
deleteAllStorageWithAppId
(
)
get
All
Storage
Link copied to clipboard
android
common
ios
actual
fun
getAllStorage
(
)
:
Map
<
String
,
Any
?
>
expect
fun
getAllStorage
(
)
:
Map
<
String
,
Any
?
>
actual
fun
getAllStorage
(
)
:
Map
<
String
,
Any
?
>
get
Storage
Link copied to clipboard
android
common
ios
actual
fun
getStorage
(
key
:
String
)
:
Any
?
expect
fun
getStorage
(
key
:
String
)
:
Any
?
actual
fun
getStorage
(
key
:
String
)
:
Any
?
get
Wepin
User
Link copied to clipboard
android
common
ios
actual
fun
getWepinUser
(
)
:
WepinUser
?
expect
fun
getWepinUser
(
)
:
WepinUser
?
actual
fun
getWepinUser
(
)
:
WepinUser
?
init
Link copied to clipboard
android
common
ios
actual
fun
init
(
context
:
Any
,
appId
:
String
)
expect
fun
init
(
context
:
Any
,
appId
:
String
)
actual
fun
init
(
context
:
Any
,
appId
:
String
)
set
All
Storage
Link copied to clipboard
android
common
ios
actual
fun
setAllStorage
(
data
:
Map
<
String
,
Any
>
)
expect
fun
setAllStorage
(
data
:
Map
<
String
,
Any
>
)
actual
fun
setAllStorage
(
data
:
Map
<
String
,
Any
>
)
set
Firebase
User
Link copied to clipboard
android
common
ios
actual
fun
setFirebaseUser
(
idToken
:
String
,
refreshToken
:
String
,
providers
:
Providers
)
expect
fun
setFirebaseUser
(
idToken
:
String
,
refreshToken
:
String
,
providers
:
Providers
)
actual
fun
setFirebaseUser
(
idToken
:
String
,
refreshToken
:
String
,
providers
:
Providers
)
set
Storage
Link copied to clipboard
android
common
ios
actual
fun
setStorage
(
key
:
String
,
data
:
Any
)
expect
fun
setStorage
(
key
:
String
,
data
:
Any
)
actual
fun
setStorage
(
key
:
String
,
data
:
Any
)
set
Wepin
User
Link copied to clipboard
android
common
ios
actual
fun
setWepinUser
(
request
:
LoginResult
,
response
:
LoginResponse
)
expect
fun
setWepinUser
(
request
:
LoginResult
,
response
:
LoginResponse
)
actual
fun
setWepinUser
(
request
:
LoginResult
,
response
:
LoginResponse
)