Свойство | Тип | Описание | |
---|---|---|---|
mRequestId | long |
Метод | Описание | |
---|---|---|
BillingRequest ( |
||
RunIfConnected ( ) : bool |
Try running the request directly if the service is already connected.
|
|
RunRequest ( ) : bool |
Run the request, starting the connection if necessary.
|
Метод | Описание | |
---|---|---|
LogResponseCode ( string method, Bundle response ) : void | ||
MakeRequestBundle ( string method ) : Bundle | ||
OnRemoteException ( RemoteException e ) : void |
Called when a remote exception occurs while trying to execute the #run() method. The derived class can override this to execute exception-handling code.
|
|
ResponseCodeReceived ( |
This is called when Android Market sends a response code for this request.
|
|
Run ( ) : long |
The derived class must implement this method.
|
public BillingRequest ( |
||
outerInstance | ||
startId | int | |
Результат | System |
protected LogResponseCode ( string method, Bundle response ) : void | ||
method | string | |
response | Bundle | |
Результат | void |
protected MakeRequestBundle ( string method ) : Bundle | ||
method | string | |
Результат | Bundle |
protected OnRemoteException ( RemoteException e ) : void | ||
e | RemoteException | the exception |
Результат | void |
protected ResponseCodeReceived ( |
||
responseCode | the response code | |
Результат | void |