C# 클래스 JabbrMobile.LoadingBar

상속: LinearLayout
파일 보기 프로젝트 열기: Redth/JabbRIsMobile

공개 메소드들

메소드 설명
HideBar ( bool immediate = false ) : void
LoadingBar ( Android.Content.Context context, IAttributeSet attrs ) : System
LoadingBar ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
ShowBar ( string message ) : void

비공개 메소드들

메소드 설명
Inflate ( Android.Content.Context context ) : void

메소드 상세

HideBar() 공개 메소드

public HideBar ( bool immediate = false ) : void
immediate bool
리턴 void

LoadingBar() 공개 메소드

public LoadingBar ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

LoadingBar() 공개 메소드

public LoadingBar ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
리턴 System

ShowBar() 공개 메소드

public ShowBar ( string message ) : void
message string
리턴 void