Package 

Enum Store

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Store
    extends Enum<Store>
                        

    Enum of supported stores

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AMAZON

      For entitlements granted via Amazon store.

      UNKNOWN_STORE

      For entitlements granted via an unknown store.

      PROMOTIONAL

      For entitlements granted via a promo in RevenueCat.

      STRIPE

      For entitlements granted via Stripe.

      PLAY_STORE

      For entitlements granted via Google Play Store.

      MAC_APP_STORE

      For entitlements granted via Apple Mac App Store.

      APP_STORE

      For entitlements granted via Apple App Store.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait