Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.android.prefs
/
StringSetPrefDelegate
String
Set
Pref
Delegate
class
StringSetPrefDelegate
(
prefs
:
SharedPreferences
,
key
:
String
,
defaultValue
:
Set
<
String
>
)
:
ReadWriteProperty
<
Any
?
,
Set
<
String
>
>
Members
Constructors
String
Set
Pref
Delegate
Link copied to clipboard
constructor
(
prefs
:
SharedPreferences
,
key
:
String
,
defaultValue
:
Set
<
String
>
)
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Set
<
String
>
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Set
<
String
>
)