Package-level declarations

Types

Link copied to clipboard
class OpenIAPProVersionManager(appScope: CoroutineScope, products: List<Product>, forceIsProInDebug: StorageSetting<Boolean>, isDebug: Boolean, infoTextResource: StringResource = Res.string.dlg_pro_version_info, initialState: ProState = ProState.Unknown, log: Boolean = false) : BaseAppProVersionManager
Link copied to clipboard
class Product(val id: String, val isConsumable: Boolean = false, val type: Product.Type = Type.InApp, val iosAmount: Int = 1, val icon: ImageVector = Crown)