controlStyle property

int? controlStyle
final

The control style of the content view.

0: default show all system controls 1: hide forward and backward button 2: hide play pause button and the progress bar including forward and backward button (recommended) 3: hide all system controls including the close and restore button

Implementation

final int? controlStyle;