MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
wallet
/
org.multipaz.wallet.navigation
/
WalletDestination
Wallet
Destination
sealed
class
WalletDestination
Inheritors
Main
About
Settings
SettingsProximitySharing
AddToWallet
ProvisionDocument
QrEngagement
Reader
EventDetails
DocumentInfo
PopBackStack
Members
Types
About
Link copied to clipboard
object
About
:
WalletDestination
Add
To
Wallet
Link copied to clipboard
object
AddToWallet
:
WalletDestination
Document
Info
Link copied to clipboard
object
DocumentInfo
:
WalletDestination
Event
Details
Link copied to clipboard
object
EventDetails
:
WalletDestination
Main
Link copied to clipboard
object
Main
:
WalletDestination
Pop
Back
Stack
Link copied to clipboard
object
PopBackStack
:
WalletDestination
Provision
Document
Link copied to clipboard
object
ProvisionDocument
:
WalletDestination
Qr
Engagement
Link copied to clipboard
object
QrEngagement
:
WalletDestination
Reader
Link copied to clipboard
object
Reader
:
WalletDestination
Settings
Link copied to clipboard
object
Settings
:
WalletDestination
Settings
Proximity
Sharing
Link copied to clipboard
object
SettingsProximitySharing
:
WalletDestination
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
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