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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
FromCache ( string gamerUuid ) : IList
ReceiptsFromResponse ( string receiptsResponse, IPublicKey publicKey ) : IList
ToCache ( IList receipts, string gamerUuid ) : void

메소드 상세

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

ReceiptsListener() 공개 메소드

public ReceiptsListener ( TaskCompletionSource tcs, IPublicKey publicKey, string gamerUuid ) : System
tcs TaskCompletionSource
publicKey IPublicKey
gamerUuid string
리턴 System