C# 클래스 Billing.BillingService.GetPurchaseInformation

Wrapper class that sends a GET_PURCHASE_INFORMATION message to the server.
상속: BillingRequest
파일 보기 프로젝트 열기: MarkEaton1/Monodroid-InApp-Billing

공개 메소드들

메소드 설명
GetPurchaseInformation ( BillingService outerInstance, int startId, string notifyIds ) : System

보호된 메소드들

메소드 설명
OnRemoteException ( RemoteException e ) : void
Run ( ) : long

메소드 상세

GetPurchaseInformation() 공개 메소드

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

OnRemoteException() 보호된 메소드

protected OnRemoteException ( RemoteException e ) : void
e RemoteException
리턴 void

Run() 보호된 메소드

protected Run ( ) : long
리턴 long