1.5 Widget Functionality

This topic provides information on Widget Functionality .

Widgets are Android native feature. Below widgets are available in the application

  1. All Accounts Widgets – Widget, showing all accounts balances & account numbers.
  2. 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.
  3. 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
  4. 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.