NavigationIntent

sealed class NavigationIntent : Parcelable

A type that can be provided to instruct the Spend Manager UI to begin its flow on a certain page, or with a certain state.

Types

ACHIEVEMENTS
Link copied to clipboard
object ACHIEVEMENTS : NavigationIntent
A type representing the Achievements / rewards page.
DASHBOARD
Link copied to clipboard
object DASHBOARD : NavigationIntent
A type representing the dashboard page.
EXPORT_LIST
Link copied to clipboard
object EXPORT_LIST : NavigationIntent
A type representing the export list page.
FOLDER_LIST
Link copied to clipboard
object FOLDER_LIST : NavigationIntent
A type representing the Folder List page
FolderDetail
Link copied to clipboard
class FolderDetail(folderId: String) : NavigationIntent
A type representing the Folder Details page.
MetadataEdit
Link copied to clipboard
class MetadataEdit(localIds: List<String>?) : NavigationIntent
A type representing the Metadata edit flow should be used.
RECEIPT_LIST
Link copied to clipboard
object RECEIPT_LIST : NavigationIntent
A type representing the Receipt List page.
ReceiptDetail
Link copied to clipboard
class ReceiptDetail(receiptId: String) : NavigationIntent
A type representing the Receipt Details page.
TIPS
Link copied to clipboard
object TIPS : NavigationIntent
A type representing the Insights / Tips page.

Inheritors

NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard
NavigationIntent
Link copied to clipboard