Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 525 Bytes

File metadata and controls

11 lines (6 loc) · 525 Bytes

RbmOpenUrlEnum

Specifies how the URL should be opened on a mobile device. - BROWSER Opens the URL in the device's default browser. If application is not set or the device doesn’t support WebView, this option is used by default. - WEBVIEW Opens the URL in an in-app WebView.

Enum

  • Browser (value: 'BROWSER')

  • Webview (value: 'WEBVIEW')

[Back to Model list] [Back to API list] [Back to README]