C# Class Ouya.Console.Api.GamerUuidListener

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

Méthodes publiques

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

Private Methods

Méthode Description
FromCache ( ) : string
ToCache ( string gamerUuid ) : void

Method Details

GamerUuidListener() public méthode

public GamerUuidListener ( TaskCompletionSource tcs ) : System
tcs TaskCompletionSource
Résultat System

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