-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Package implements Parcelable
Contains information about the product available for the user to purchase. For more info see https://docs.revenuecat.com/docs/entitlements
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidentifierprivate final PackageTypepackageTypeprivate final StoreProductproductprivate final Stringoffering
-
Constructor Summary
Constructors Constructor Description Package(String identifier, PackageType packageType, StoreProduct product, String offering)
-
Method Summary
Modifier and Type Method Description final StringgetIdentifier()final PackageTypegetPackageType()final StoreProductgetProduct()final StringgetOffering()-
-
Constructor Detail
-
Package
Package(String identifier, PackageType packageType, StoreProduct product, String offering)
-
-
Method Detail
-
getIdentifier
final String getIdentifier()
-
getPackageType
final PackageType getPackageType()
-
getProduct
final StoreProduct getProduct()
-
getOffering
final String getOffering()
-
-
-
-