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

Inheritance: IStatusIndicatorService
Afficher le fichier Open project: andreasjacobsen93/XamarinThirdpartySamples

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( string text ) : void
ShowError ( string text ) : void
ShowSuccess ( string text ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

Show() public méthode

public Show ( string text ) : void
text string
Résultat void

ShowError() public méthode

public ShowError ( string text ) : void
text string
Résultat void

ShowSuccess() public méthode

public ShowSuccess ( string text ) : void
text string
Résultat void