C# 클래스 PlayStation_App.Tools.Debug.ResultChecker

파일 보기 프로젝트 열기: drasticactions/Pureisuteshon-App

공개 메소드들

메소드 설명
CheckSuccess ( Result result, bool showMessage = true ) : Task
LogEvent ( string eventName, string>.Dictionary events ) : void
SendMessageDialogAsync ( string message, bool isSuccess ) : System.Threading.Tasks.Task

메소드 상세

CheckSuccess() 공개 정적인 메소드

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

LogEvent() 공개 정적인 메소드

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

SendMessageDialogAsync() 공개 정적인 메소드

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