Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 521 Bytes

File metadata and controls

13 lines (7 loc) · 521 Bytes

RbmWebViewEnum

Defines the layout of the WebView on a mobile device. It must be defined when application is set to WEBVIEW - FULL WebView takes the full screen. - HALF WebView takes half of the screen. - TALL WebView takes three-quarters of the screen.

Enum

  • Full (value: 'FULL')

  • Half (value: 'HALF')

  • Tall (value: 'TALL')

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