C# Class MonoDroidToolkit.SystemUiHiderBase

Inheritance: SystemUiHider
显示文件 Open project: jamesmontemagno/MonoDroidToolkit

Public Methods

Method Description
Hide ( ) : void
Setup ( ) : void
Show ( ) : void
SystemUiHiderBase ( Android.App.Activity activity, Android.Views.View anchorView, int flags ) : System

Method Details

Hide() public method

public Hide ( ) : void
return void

Setup() public method

public Setup ( ) : void
return void

Show() public method

public Show ( ) : void
return void

SystemUiHiderBase() public method

public SystemUiHiderBase ( Android.App.Activity activity, Android.Views.View anchorView, int flags ) : System
activity Android.App.Activity
anchorView Android.Views.View
flags int
return System