C# Class Xamarin.Utilities.Android.Services.StatusIndicatorService

Inheritance: IStatusIndicatorService
ファイルを表示 Open project: andreasjacobsen93/XamarinThirdpartySamples

Public Methods

Method Description
Hide ( ) : void
Show ( string text ) : void
ShowError ( string text ) : void
ShowSuccess ( string text ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( string text ) : void
text string
return void

ShowError() public method

public ShowError ( string text ) : void
text string
return void

ShowSuccess() public method

public ShowSuccess ( string text ) : void
text string
return void