toggle menu
foSho
androidJvm
switch theme
search in API
navigator-android
/
dev.funkymuse.fosho.navigator.android.wrapped.navargs
/
DestinationsNavType
Destinations
Nav
Type
abstract
class
DestinationsNavType
<
T
>
:
NavType
<
T
>
Source https://github.com/raamcosta/compose-destinations
Inheritors
DestinationsFileNavType
DestinationsUriNavType
DestinationsBooleanNavType
DestinationsEnumNavType
DestinationsFloatNavType
DestinationsIntNavType
DestinationsLongNavType
DestinationsStringNavType
DestinationsBooleanArrayNavType
DestinationsFloatArrayNavType
DestinationsIntArrayNavType
DestinationsLongArrayNavType
DestinationsStringArrayNavType
DestinationsBooleanArrayListNavType
DestinationsEnumArrayListNavType
DestinationsFloatArrayListNavType
DestinationsIntArrayListNavType
DestinationsLongArrayListNavType
DestinationsStringArrayListNavType
Members
Constructors
Destinations
Nav
Type
Link copied to clipboard
constructor
(
)
Properties
is
Nullable
Allowed
Link copied to clipboard
open
val
isNullableAllowed
:
Boolean
name
Link copied to clipboard
open
val
name
:
String
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
bundle
:
Bundle
,
key
:
String
)
:
T
?
abstract
fun
get
(
savedStateHandle
:
SavedStateHandle
,
key
:
String
)
:
T
parse
And
Put
Link copied to clipboard
fun
parseAndPut
(
bundle
:
Bundle
,
key
:
String
,
value
:
String
)
:
T
fun
parseAndPut
(
bundle
:
Bundle
,
key
:
String
,
value
:
String
?
,
previousValue
:
T
)
:
T
parse
Value
Link copied to clipboard
abstract
fun
parseValue
(
value
:
String
)
:
T
open
fun
parseValue
(
value
:
String
,
previousValue
:
T
)
:
T
put
Link copied to clipboard
abstract
fun
put
(
bundle
:
Bundle
,
key
:
String
,
value
:
T
)
safe
Get
Link copied to clipboard
fun
safeGet
(
bundle
:
Bundle
?
,
key
:
String
)
:
T
?
serialize
As
Value
Link copied to clipboard
open
fun
serializeAsValue
(
value
:
T
)
:
String
serialize
Value
Link copied to clipboard
abstract
fun
serializeValue
(
value
:
T
)
:
String
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
value
Equals
Link copied to clipboard
open
fun
valueEquals
(
value
:
T
,
other
:
T
)
:
Boolean