C# Class Billing.BillingService.RestoreTransactions

Wrapper class that sends a RESTORE_TRANSACTIONS message to the server.
Inheritance: BillingRequest
ファイルを表示 Open project: MarkEaton1/Monodroid-InApp-Billing

Public Methods

Method Description
RestoreTransactions ( BillingService outerInstance ) : System

Protected Methods

Method Description
OnRemoteException ( RemoteException e ) : void
ResponseCodeReceived ( Consts responseCode ) : void
Run ( ) : long

Method Details

OnRemoteException() protected method

protected OnRemoteException ( RemoteException e ) : void
e RemoteException
return void

ResponseCodeReceived() protected method

protected ResponseCodeReceived ( Consts responseCode ) : void
responseCode Consts
return void

RestoreTransactions() public method

public RestoreTransactions ( BillingService outerInstance ) : System
outerInstance BillingService
return System

Run() protected method

protected Run ( ) : long
return long