-
public final class DangerousSettingsOnly use a Dangerous Setting if suggested by RevenueCat support team.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanautoSyncPurchases
-
Constructor Summary
Constructors Constructor Description DangerousSettings(Boolean autoSyncPurchases)
-
Method Summary
Modifier and Type Method Description final BooleangetAutoSyncPurchases()Disable or enable syncing purchases automatically. -
-
Constructor Detail
-
DangerousSettings
DangerousSettings(Boolean autoSyncPurchases)
-
-
Method Detail
-
getAutoSyncPurchases
final Boolean getAutoSyncPurchases()
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.
-
-
-
-