MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
wallet
/
org.multipaz.wallet.navigation
/
WalletDestination
/
EventDetails
Event
Details
object
EventDetails
:
WalletDestination
Members
Types
Argument
Link copied to clipboard
enum
Argument
:
Enum
<
WalletDestination.EventDetails.Argument
>
Properties
route
Link copied to clipboard
val
route
:
String
route
Enum
Link copied to clipboard
val
routeEnum
:
Route
route
With
Args
Link copied to clipboard
val
routeWithArgs
:
String
Functions
get
Arguments
Link copied to clipboard
open
override
fun
getArguments
(
)
:
List
<
NamedNavArgument
>
Can be overriden by any Destination's inner class using its Argument enum to return arguments.
get
Route
With
Arguments
Link copied to clipboard
fun
<
T
,
V
>
getRouteWithArguments
(
argumentList
:
List
<
Pair
<
T
,
V
>
>
)
:
String