C# Class PlayStation_App.Tools.Debug.ResultChecker

显示文件 Open project: drasticactions/Pureisuteshon-App

Public Methods

Method 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 method

public static CheckSuccess ( Result result, bool showMessage = true ) : Task
result Result
showMessage bool
return Task

LogEvent() public static method

public static LogEvent ( string eventName, string>.Dictionary events ) : void
eventName string
events string>.Dictionary
return void

SendMessageDialogAsync() public static method

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