toggle menu
foSho
androidJvm
switch theme
search in API
navigator-android
/
dev.funkymuse.fosho.navigator.android.wrapped.navargs.helpers
/
DestinationsUriNavType
Destinations
Uri
Nav
Type
object
DestinationsUriNavType
:
DestinationsNavType
<
Uri
?
>
Members
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
open
operator override
fun
get
(
bundle
:
Bundle
,
key
:
String
)
:
Uri
?
open
override
fun
get
(
savedStateHandle
:
SavedStateHandle
,
key
:
String
)
:
Uri
?
parse
And
Put
Link copied to clipboard
fun
parseAndPut
(
bundle
:
Bundle
,
key
:
String
,
value
:
String
)
:
Uri
?
fun
parseAndPut
(
bundle
:
Bundle
,
key
:
String
,
value
:
String
?
,
previousValue
:
Uri
?
)
:
Uri
?
parse
Value
Link copied to clipboard
open
fun
parseValue
(
value
:
String
,
previousValue
:
Uri
?
)
:
Uri
?
open
override
fun
parseValue
(
value
:
String
)
:
Uri
?
put
Link copied to clipboard
open
override
fun
put
(
bundle
:
Bundle
,
key
:
String
,
value
:
Uri
?
)
safe
Get
Link copied to clipboard
fun
safeGet
(
bundle
:
Bundle
?
,
key
:
String
)
:
Uri
?
serialize
As
Value
Link copied to clipboard
open
fun
serializeAsValue
(
value
:
Uri
?
)
:
String
serialize
Value
Link copied to clipboard
open
override
fun
serializeValue
(
value
:
Uri
?
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
value
Equals
Link copied to clipboard
open
fun
valueEquals
(
value
:
Uri
?
,
other
:
Uri
?
)
:
Boolean