All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.revenuecat.purchases.kmp.mappings.EntitlementInfos.ios.kt Maven / Gradle / Ivy

There is a newer version: 1.3.2+13.9.0
Show newest version
package com.revenuecat.purchases.kmp.mappings

import cocoapods.PurchasesHybridCommon.RCEntitlementInfo
import cocoapods.PurchasesHybridCommon.RCEntitlementInfos
import com.revenuecat.purchases.kmp.mappings.ktx.mapEntries
import com.revenuecat.purchases.kmp.models.EntitlementInfos

internal fun RCEntitlementInfos.toEntitlementInfos(): EntitlementInfos =
    EntitlementInfos(
        all().mapEntries {
            it.key as String to (it.value as RCEntitlementInfo).toEntitlementInfo()
        },
        verification().toVerificationResult()
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy