commonMain.com.revenuecat.purchases.kmp.models.BillingFeature.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purchases-kmp-models Show documentation
Show all versions of purchases-kmp-models Show documentation
Mobile subscriptions in hours, not months.
package com.revenuecat.purchases.kmp.models
/**
* Enum mapping billing feature types. Currently only used to check for feature availability
* in Android's, Play store.
*/
public enum class BillingFeature {
SUBSCRIPTIONS,
SUBSCRIPTIONS_UPDATE,
PRICE_CHANGE_CONFIRMATION,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy