C# 클래스 MonoDroidToolkit.SystemUiHiderBase

상속: SystemUiHider
파일 보기 프로젝트 열기: jamesmontemagno/MonoDroidToolkit

공개 메소드들

메소드 설명
Hide ( ) : void
Setup ( ) : void
Show ( ) : void
SystemUiHiderBase ( Android.App.Activity activity, Android.Views.View anchorView, int flags ) : System

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

Setup() 공개 메소드

public Setup ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

SystemUiHiderBase() 공개 메소드

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