com.android.vending.billing
Class IMarketBillingService.Stub

java.lang.Object
  extended by android.os.Binder
      extended by com.android.vending.billing.IMarketBillingService.Stub
All Implemented Interfaces:
android.os.IBinder, android.os.IInterface, IMarketBillingService
Enclosing interface:
IMarketBillingService

public abstract static class IMarketBillingService.Stub
extends android.os.Binder
implements IMarketBillingService

Local-side IPC implementation stub class.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.android.vending.billing.IMarketBillingService
IMarketBillingService.Stub
 
Nested classes/interfaces inherited from interface android.os.IBinder
android.os.IBinder.DeathRecipient
 
Field Summary
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION
 
Constructor Summary
IMarketBillingService.Stub()
          Construct the stub at attach it to the interface.
 
Method Summary
 android.os.IBinder asBinder()
           
static IMarketBillingService asInterface(android.os.IBinder obj)
          Cast an IBinder object into an com.android.vending.billing.IMarketBillingService interface, generating a proxy if needed.
 boolean onTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)
           
 
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.android.vending.billing.IMarketBillingService
sendBillingRequest
 

Constructor Detail

IMarketBillingService.Stub

public IMarketBillingService.Stub()
Construct the stub at attach it to the interface.

Method Detail

asInterface

public static IMarketBillingService asInterface(android.os.IBinder obj)
Cast an IBinder object into an com.android.vending.billing.IMarketBillingService interface, generating a proxy if needed.


asBinder

public android.os.IBinder asBinder()
Specified by:
asBinder in interface android.os.IInterface

onTransact

public boolean onTransact(int code,
                          android.os.Parcel data,
                          android.os.Parcel reply,
                          int flags)
                   throws android.os.RemoteException
Overrides:
onTransact in class android.os.Binder
Throws:
android.os.RemoteException


Copyright © 2013. All Rights Reserved.