mobile-sdk
Toggle table of contents
13.5.0
Select version
13.5.0
13.4.0
13.3.0
13.2.0
13.1.0
12.10.0
12.9.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mobile-sdk
2Gis Full SDK for Compose
/
ru.dgis.sdk.compose.navigation.settings
/
SettingsKey
/
EnumSetKey
Enum
Set
Key
class
EnumSetKey
<
E
:
Enum
<
E
>
>
(
key
:
String
,
defaultValue
:
Set
<
E
>
,
enumClass
:
Class
<
E
>
)
:
SettingsKey
<
Set
<
E
>
>
Members
Constructors
Enum
Set
Key
Link copied to clipboard
constructor
(
key
:
String
,
defaultValue
:
Set
<
E
>
,
enumClass
:
Class
<
E
>
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
Set
<
E
>
key
Link copied to clipboard
val
key
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int