C# 클래스 Ouya.Console.Api.StringListener

상속: global::Java.Lang.Object, IOuyaResponseListener
파일 보기 프로젝트 열기: KonajuGames/ouya-csharp 1 사용 예제들

공개 메소드들

메소드 설명
OnCancel ( ) : void
OnFailure ( int errorCode, string errorMessage, global optionalData ) : void
OnSuccess ( global result ) : void
StringListener ( TaskCompletionSource tcs ) : System.Threading.Tasks

메소드 상세

OnCancel() 공개 메소드

public OnCancel ( ) : void
리턴 void

OnFailure() 공개 메소드

public OnFailure ( int errorCode, string errorMessage, global optionalData ) : void
errorCode int
errorMessage string
optionalData global
리턴 void

OnSuccess() 공개 메소드

public OnSuccess ( global result ) : void
result global
리턴 void

StringListener() 공개 메소드

public StringListener ( TaskCompletionSource tcs ) : System.Threading.Tasks
tcs TaskCompletionSource
리턴 System.Threading.Tasks