C# 클래스 Xamarin.Utilities.Android.Services.StatusIndicatorService

상속: IStatusIndicatorService
파일 보기 프로젝트 열기: andreasjacobsen93/XamarinThirdpartySamples

공개 메소드들

메소드 설명
Hide ( ) : void
Show ( string text ) : void
ShowError ( string text ) : void
ShowSuccess ( string text ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

Show() 공개 메소드

public Show ( string text ) : void
text string
리턴 void

ShowError() 공개 메소드

public ShowError ( string text ) : void
text string
리턴 void

ShowSuccess() 공개 메소드

public ShowSuccess ( string text ) : void
text string
리턴 void