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

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

공개 메소드들

메소드 설명
OnCancel ( ) : void
OnFailure ( int errorCode, string errorMessage, Bundle optionalData ) : void
OnSuccess ( global result ) : void
PurchaseListener ( TaskCompletionSource tcs, IPublicKey publicKey, Product product, string uniquePurchaseId ) : 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

PurchaseListener() 공개 메소드

public PurchaseListener ( TaskCompletionSource tcs, IPublicKey publicKey, Product product, string uniquePurchaseId ) : System
tcs TaskCompletionSource
publicKey IPublicKey
product Product
uniquePurchaseId string
리턴 System