NavigationDrawerItem

Sealed class representing each navigation destination available in the side drawer.

Each subclass holds the fragment destination route resource ID, the icon drawable resource ID, and a human-readable title displayed in the drawer.

Inheritors

Types

Link copied to clipboard

Navigates to the Collection Request-to-Pay screen.

Link copied to clipboard

Navigates to the Collection Request-to-Withdraw screen.

Link copied to clipboard

Navigates to the Disbursement Deposit screen.

Link copied to clipboard

Navigates to the Disbursement Refund screen.

Link copied to clipboard

Navigates to the Home screen showing user info, account status, and balance.

Link copied to clipboard

Navigates to the Remittance Transfer screen.

Properties

Link copied to clipboard
var icon: Int
Link copied to clipboard
var route: Int
Link copied to clipboard