commonMain.com.revenuecat.purchases.kmp.models.ReplacementMode.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
/**
* Contains information about the replacement mode to use in case of a product upgrade.
* Use the platform specific subclasses in each implementation.
* Currently only used for Play store upgrades/downgrades
* @property name Identifier of the proration mode to be used
*/
public interface ReplacementMode {
public val name: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy