toggle menu
androidx-ktx-extras
androidJvm
switch theme
search in API
browser-ktx
/
io.github.edricchan03.androidx.browser.ktx.enums
/
ShareState
/
Companion
Companion
object
Companion
:
EnumFromValue
<
Int
,
ShareState
>
(
source
)
Companion object exposing methods to retrieve a
ShareState
given its numerical representation.
Since
0.0.1
Members
Functions
from
Value
Link copied to clipboard
fun
fromValue
(
value
:
Int
)
:
ShareState
from
Value
Or
Else
Link copied to clipboard
fun
fromValueOrElse
(
value
:
Int
,
default
:
ShareState
)
:
ShareState
from
Value
Or
Null
Link copied to clipboard
open
override
fun
fromValueOrNull
(
value
:
Int
)
:
ShareState
?
has
Value
Link copied to clipboard
fun
hasValue
(
value
:
Int
)
:
Boolean
require
Value
Link copied to clipboard
fun
requireValue
(
value
:
Int
)
:
ShareState