C# Class Billing.BillingService.GetPurchaseInformation

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

Méthodes publiques

Méthode Description
GetPurchaseInformation ( BillingService outerInstance, int startId, string notifyIds ) : System

Méthodes protégées

Méthode Description
OnRemoteException ( RemoteException e ) : void
Run ( ) : long

Method Details

GetPurchaseInformation() public méthode

public GetPurchaseInformation ( BillingService outerInstance, int startId, string notifyIds ) : System
outerInstance BillingService
startId int
notifyIds string
Résultat System

OnRemoteException() protected méthode

protected OnRemoteException ( RemoteException e ) : void
e RemoteException
Résultat void

Run() protected méthode

protected Run ( ) : long
Résultat long