C# Class OKr.MXReader.Client.Core.OkrToast

Afficher le fichier Open project: anytao/ModernReader Class Usage Examples

Méthodes publiques

Méthode Description
ServerError ( ) : void
Show ( string message ) : void
Show ( string message, System.Action completed ) : void
Show ( string title, string message, System.Action completed ) : void

Method Details

ServerError() public static méthode

public static ServerError ( ) : void
Résultat void

Show() public static méthode

public static Show ( string message ) : void
message string
Résultat void

Show() public static méthode

public static Show ( string message, System.Action completed ) : void
message string
completed System.Action
Résultat void

Show() public static méthode

public static Show ( string title, string message, System.Action completed ) : void
title string
message string
completed System.Action
Résultat void