Class StatePluginConfig

    • Constructor Detail

      • StatePluginConfig

        StatePluginConfig(Boolean backgroundSyncEnabled, Boolean userPresence, TimeDuration syncMaxThreshold)
        Parameters:
        backgroundSyncEnabled - Whether the SDK should perform background sync if some queries fail.
        userPresence - Whether the SDK should receive user presence changes.
        syncMaxThreshold - The maximum time allowed for data to synchronize.
      • StatePluginConfig

        StatePluginConfig(Boolean backgroundSyncEnabled, Boolean userPresence)
        Parameters:
        backgroundSyncEnabled - Whether the SDK should perform background sync if some queries fail.
        userPresence - Whether the SDK should receive user presence changes.
      • StatePluginConfig

        StatePluginConfig(Boolean backgroundSyncEnabled)
        Parameters:
        backgroundSyncEnabled - Whether the SDK should perform background sync if some queries fail.
      • StatePluginConfig

        StatePluginConfig()