Class

com.mle.android.iap.amazon

AmazonPurchasingObserver

Related Doc: package amazon

Permalink

abstract class AmazonPurchasingObserver extends BasePurchasingObserver with UtilLog

Linear Supertypes
UtilLog, MleLog, BasePurchasingObserver, PurchasingObserver, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmazonPurchasingObserver
  2. UtilLog
  3. MleLog
  4. BasePurchasingObserver
  5. PurchasingObserver
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmazonPurchasingObserver(ctx: Context)

    Permalink

Abstract Value Members

  1. abstract def onEntitledSkus(skus: Set[String]): Unit

    Permalink
  2. abstract def onPurchaseFailed(response: PurchaseResponse): Unit

    Permalink
  3. abstract def onPurchaseSucceeded(sku: String): Unit

    Permalink
  4. abstract def onRevokedSkus(skus: Set[String]): Unit

    Permalink
  5. abstract def onUserId(userId: String): Unit

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def debug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    MleLog
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def err(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    MleLog
  10. def failMessage(e: Throwable, stackTrace: Boolean = true): String

    Permalink
    Attributes
    protected
    Definition Classes
    MleLog
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def info(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    MleLog
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def onGetUserIdFailed(response: GetUserIdResponse): Unit

    Permalink
  20. def onGetUserIdResponse(response: GetUserIdResponse): Unit

    Permalink

    Callback for PurchasingManager.initiateGetUserIdRequest()

    Callback for PurchasingManager.initiateGetUserIdRequest()

    Definition Classes
    AmazonPurchasingObserver → BasePurchasingObserver → PurchasingObserver
  21. def onItemDataResponse(response: ItemDataResponse): Unit

    Permalink
    Definition Classes
    AmazonPurchasingObserver → BasePurchasingObserver → PurchasingObserver
  22. def onPurchaseResponse(response: PurchaseResponse): Unit

    Permalink
    Definition Classes
    AmazonPurchasingObserver → BasePurchasingObserver → PurchasingObserver
  23. def onPurchaseStatusFailed(response: PurchaseUpdatesResponse): Unit

    Permalink
  24. def onPurchaseUpdatesResponse(response: PurchaseUpdatesResponse): Unit

    Permalink

    Callback for initiatePurchaseUpdatesRequest(Offset).

    Callback for initiatePurchaseUpdatesRequest(Offset).

    "You must use this method to sync purchases made from other devices onto this device, and to sync revoked entitlements across all instances of your app."

    Definition Classes
    AmazonPurchasingObserver → BasePurchasingObserver → PurchasingObserver
  25. def onSdkAvailable(isSandboxMode: Boolean): Unit

    Permalink

    Callback for PurchasingManager.registerObserver(Activity)

    Callback for PurchasingManager.registerObserver(Activity)

    Definition Classes
    AmazonPurchasingObserver → BasePurchasingObserver → PurchasingObserver
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def tag: String

    Permalink
    Definition Classes
    UtilLogMleLog
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    MleLog
  33. def warn(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    MleLog

Inherited from UtilLog

Inherited from MleLog

Inherited from BasePurchasingObserver

Inherited from PurchasingObserver

Inherited from AnyRef

Inherited from Any

Ungrouped