1.5 Widget Functionality
This topic provides information on Widget Functionality .
Widgets are Android native feature. Below widgets are available in the application
- All Accounts Widgets – Widget, showing all accounts balances & account numbers.
- Account Details Widget - Widget, showing account balance of default account and last 5 transactions of the same account, can be added to the phone home screen. If default account is not set, then the details of the account fetched first is shown.
- Multi-Functional Widget – Widget showing default account balance. If default account is not present, it shows details of account fetched first. Additionally, it has option to scan to pay feature
- Scan to Pay Widget – Widget which allows to scan to pay.
Pre-requisite :
Quick Snapshot feature needs to be enabled in the app application from the login screen. (Refer function doc - User Manual Oracle Banking Digital Experience Quick Snapshot.docx)
Enable below property in app.properties file
<bool name="ENABLE_WIDGET">true</bool>
If bank does not want this feature, then they can disable this by making above flag to false.
Parent topic: OBDX Servicing Application