toggle menu
foSho
androidJvm
switch theme
search in API
navigator-android
/
dev.funkymuse.fosho.navigator.android.wrapped.navargs
Package-level
declarations
Types
Functions
Properties
Types
Destinations
Nav
Type
Link copied to clipboard
abstract
class
DestinationsNavType
<
T
>
:
NavType
<
T
>
Source https://github.com/raamcosta/compose-destinations
Destinations
Nav
Type
Serializer
Link copied to clipboard
interface
DestinationsNavTypeSerializer
<
T
:
Any
>
Source https://github.com/raamcosta/compose-destinations
Properties
DECODED_NULL
Link copied to clipboard
const
val
DECODED_NULL
:
String
ENCODED_NULL
Link copied to clipboard
const
val
ENCODED_NULL
:
String
Source https://github.com/raamcosta/compose-destinations
encoded
Comma
Link copied to clipboard
const
val
encodedComma
:
String
Functions
base64To
Byte
Array
Link copied to clipboard
fun
String
.
base64ToByteArray
(
)
:
ByteArray
encode
For
Route
Link copied to clipboard
fun
encodeForRoute
(
arg
:
String
)
:
String
Source https://github.com/raamcosta/compose-destinations
or
Null
Argument
Link copied to clipboard
fun
String
?
.
orNullArgument
(
)
:
String
to
Base64Str
Link copied to clipboard
fun
ByteArray
.
toBase64Str
(
)
:
String
value
Of
Ignore
Case
Link copied to clipboard
fun
<
E
:
Enum
<
*
>
>
Class
<
E
>
.
valueOfIgnoreCase
(
enumValueName
:
String
)
:
E