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

commonMain.com.revenuecat.purchases.kmp.models.DangerousSettings.kt Maven / Gradle / Ivy

There is a newer version: 1.3.7+13.15.0
Show newest version
package com.revenuecat.purchases.kmp.models

/**
 * Only use a Dangerous Setting if suggested by RevenueCat support team.
 */
public class DangerousSettings(
    /**
     * Disable or enable syncing purchases automatically. If this is disabled, RevenueCat will not
     * sync any purchase automatically, and you will have to call [syncPurchases] whenever a new
     * purchase is completed in order to send it to the RevenueCat's backend. Auto syncing of
     * purchases is enabled by default.
     */
    public val autoSyncPurchases: Boolean = true,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy