C# Class Billing.BillingService.GetPurchaseInformation

Wrapper class that sends a GET_PURCHASE_INFORMATION message to the server.
Inheritance: BillingRequest
Show file Open project: MarkEaton1/Monodroid-InApp-Billing

Public Methods

Method Description
GetPurchaseInformation ( BillingService outerInstance, int startId, string notifyIds ) : System

Protected Methods

Method Description
OnRemoteException ( RemoteException e ) : void
Run ( ) : long

Method Details

GetPurchaseInformation() public method

public GetPurchaseInformation ( BillingService outerInstance, int startId, string notifyIds ) : System
outerInstance BillingService
startId int
notifyIds string
return System

OnRemoteException() protected method

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

Run() protected method

protected Run ( ) : long
return long