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

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

공개 메소드들

메소드 설명
GamerUuidListener ( TaskCompletionSource tcs ) : System
OnCancel ( ) : void
OnFailure ( int errorCode, string errorMessage, Bundle optionalData ) : void
OnSuccess ( global result ) : void

비공개 메소드들

메소드 설명
FromCache ( ) : string
ToCache ( string gamerUuid ) : void

메소드 상세

GamerUuidListener() 공개 메소드

public GamerUuidListener ( TaskCompletionSource tcs ) : System
tcs TaskCompletionSource
리턴 System

OnCancel() 공개 메소드

public OnCancel ( ) : void
리턴 void

OnFailure() 공개 메소드

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

OnSuccess() 공개 메소드

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