C# Class Ouya.Console.Api.ProductListListener

Inheritance: global::Java.Lang.Object, IOuyaResponseListener
Datei anzeigen Open project: KonajuGames/ouya-csharp Class Usage Examples

Public Methods

Method Description
OnCancel ( ) : void
OnFailure ( int errorCode, string errorMessage, global optionalData ) : void
OnSuccess ( global result ) : void
ProductListListener ( TaskCompletionSource tcs ) : System.Collections.Generic

Method Details

OnCancel() public method

public OnCancel ( ) : void
return void

OnFailure() public method

public OnFailure ( int errorCode, string errorMessage, global optionalData ) : void
errorCode int
errorMessage string
optionalData global
return void

OnSuccess() public method

public OnSuccess ( global result ) : void
result global
return void

ProductListListener() public method

public ProductListListener ( TaskCompletionSource tcs ) : System.Collections.Generic
tcs TaskCompletionSource
return System.Collections.Generic