C# Class PlayStation_App.Tools.Debug.ResultChecker

Afficher le fichier Open project: drasticactions/Pureisuteshon-App

Méthodes publiques

Méthode Description
CheckSuccess ( Result result, bool showMessage = true ) : Task
LogEvent ( string eventName, string>.Dictionary events ) : void
SendMessageDialogAsync ( string message, bool isSuccess ) : System.Threading.Tasks.Task

Method Details

CheckSuccess() public static méthode

public static CheckSuccess ( Result result, bool showMessage = true ) : Task
result Result
showMessage bool
Résultat Task

LogEvent() public static méthode

public static LogEvent ( string eventName, string>.Dictionary events ) : void
eventName string
events string>.Dictionary
Résultat void

SendMessageDialogAsync() public static méthode

public static SendMessageDialogAsync ( string message, bool isSuccess ) : System.Threading.Tasks.Task
message string
isSuccess bool
Résultat System.Threading.Tasks.Task