Package 

Class DangerousSettings


  • 
    public final class DangerousSettings
    
                        

    Only use a Dangerous Setting if suggested by RevenueCat support team.

    • Method Summary

      Modifier and Type Method Description
      final Boolean getAutoSyncPurchases() Disable or enable syncing purchases automatically.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.