AnsaWalletScreen
An "Ansa-managed" version of the Wallet Screen. Everything is handled via the provided AnsaClient.
Parameters
The title to display in the top bar (defaults to "Wallet")
The initialized AnsaClient
The unique identifier for the customer for this session
The unique identifier for the merchant for this session
callback when a user initiates the "add card" flow within the screen. This provides a callback when the card was added successfully to allow Ansa to refresh the UI accordingly, and return the user to point when add card was triggered for a seamless UX.
When provided, this callback is used to navigate up/back, and thus, shows a back arrow at the top left. If not provided, the back arrow will be hidden.
An "unmanaged" version of the Wallet Screen.
Parameters
The title to display in the top bar (defaults to "Wallet")
Whether the screen is in a loading/refreshing state. This goes hand-in-hand with onRefresh.
If this wallet session is operating under "demo mode". If enabled, this will display a demo mode badge at the top of the screen.
Card art URL to be rendered/shown as a representation of the virtual card.
User's current balance // * @param isCardInDeviceWallet If the virtual card is currently stored in the device's virtual wallet.
List of Transaction's to display
The AutoReloadConfiguration currently enabled, if any.
The UserReloadConfiguration currently setup.
Callback when a user triggers a refresh event via pull-to-refresh.
Callback when a user triggers/clicks 'Add Funds'
Callback when a user triggers/clicks to view their Auto Reload Configuration.
callback when a user initiates the "add card" flow within the screen. This provides a callback when the card was added successfully to allow Ansa to refresh the UI accordingly, and return the user to point when add card was triggered for a seamless UX.
When provided, this callback is used to navigate up/back, and thus, shows a back arrow at the top left. If not provided, the back arrow will be hidden.