Routes

Routes -> the navigable routes of the applications

Entries

Link copied to clipboard

SPLASH_SCREEN -> route to navigate to the SplashScreen

Link copied to clipboard

CONNECT_SCREEN -> route to navigate to the ConnectScreen

Link copied to clipboard

HOME -> route to navigate to the Home

Link copied to clipboard

CREATE_COLLECTION_SCREEN -> route to navigate to the CreateCollectionScreen

Link copied to clipboard

COLLECTION_SCREEN -> route to navigate to the CollectionScreen

Link copied to clipboard

CREATE_TEAM_SCREEN -> route to navigate to the CreateTeamScreen

Link copied to clipboard

TEAM_SCREEN -> route to navigate to the TeamScreen

Link copied to clipboard

CREATE_CUSTOM_LINK_SCREEN -> route to navigate to the CreateCustomLinkScreen

Link copied to clipboard

CUSTOM_LINK_SCREEN -> route to navigate to the CustomLinkScreen

Link copied to clipboard

PROFILE_SCREEN -> route to navigate to the ProfileScreen

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.