Skip to content

Commerce Settings Widgets APIs

Show/Hide Commerce Settings screen

The Commerce Settings screen is controlled by the following intents:

Display the commerce settings screen

Intent Action → "com.telenav.commerce.widgets.SHOW_COMMERCE_SETTINGS"

Display commerce settings intent

1
2
3
4
 Intent(
     "com.telenav.commerce.widgets.SHOW_COMMERCE_SETTINGS",
     Uri.parse("telenav://commerce.widgets")
 )

Close the commerce settings screen

Intent Action → "com.telenav.commerce.widgets.CLOSE_SETTINGS_FLOW_WIDGET"

Close commerce settings intent

1
2
3
4
 Intent(
     "com.telenav.commerce.widgets.CLOSE_SETTINGS_FLOW_WIDGET",
     Uri.parse("telenav://commerce.widgets")
 )