nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.utils
/
Preferences
Preferences
object
Preferences
:
PreferencesInterface
Content copied to clipboard
Functions
Properties
Functions
get
Link copied to clipboard
open
override
fun
get
(
key
:
String
)
:
String
Content copied to clipboard
Retrieve a String value from the preferences.
set
Link copied to clipboard
open
override
fun
set
(
key
:
String
,
value
:
String
)
Content copied to clipboard
Set a String value in the preferences
Properties
preferences
Link copied to clipboard
var
preferences
:
PreferencesInterface
?
=
null
Content copied to clipboard