C# Class Ouya.Console.Api.ReceiptsListener

Inheritance: global::Java.Lang.Object, IOuyaResponseListener
Afficher le fichier Open project: KonajuGames/ouya-csharp Class Usage Examples

Méthodes publiques

Méthode Description
OnCancel ( ) : void
OnFailure ( int errorCode, string errorMessage, Bundle optionalData ) : void
OnSuccess ( global result ) : void
ReceiptsListener ( TaskCompletionSource tcs, IPublicKey publicKey, string gamerUuid ) : System

Private Methods

Méthode Description
FromCache ( string gamerUuid ) : IList
ReceiptsFromResponse ( string receiptsResponse, IPublicKey publicKey ) : IList
ToCache ( IList receipts, string gamerUuid ) : void

Method Details

OnCancel() public méthode

public OnCancel ( ) : void
Résultat void

OnFailure() public méthode

public OnFailure ( int errorCode, string errorMessage, Bundle optionalData ) : void
errorCode int
errorMessage string
optionalData Bundle
Résultat void

OnSuccess() public méthode

public OnSuccess ( global result ) : void
result global
Résultat void

ReceiptsListener() public méthode

public ReceiptsListener ( TaskCompletionSource tcs, IPublicKey publicKey, string gamerUuid ) : System
tcs TaskCompletionSource
publicKey IPublicKey
gamerUuid string
Résultat System