xg.glass SDK
Toggle table of contents
0.3.0
release
Target filter
release
Switch theme
Search in API
Skip to content
xg.glass SDK
xgglass-core-android
/
com.xgglass.core.android
/
SecureStore
Secure
Store
interface
SecureStore
Encrypted-at-rest key->String store for secrets (API keys, client secrets).
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
get
String
Link copied to clipboard
abstract
fun
getString
(
key
:
String
)
:
String
?
put
String
Link copied to clipboard
abstract
fun
putString
(
key
:
String
,
value
:
String
)
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)