Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 523 Bytes

File metadata and controls

15 lines (7 loc) · 523 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]