Package 

Class StatePluginConfig

    • Constructor Detail

      • StatePluginConfig

        StatePluginConfig(Boolean backgroundSyncEnabled, Boolean userPresence, UploadAttachmentsNetworkType uploadAttachmentsNetworkType, Boolean useSequentialEventHandler)
        Parameters:
        backgroundSyncEnabled - Whether the SDK should perform background sync if some queries fail.
        userPresence - Whether the SDK should receive user presence changes.
        uploadAttachmentsNetworkType - An enumeration of various network types used as a constraint inside upload attachments worker.
        useSequentialEventHandler - Whether the SDK will use a new sequential event handling mechanism.
      • StatePluginConfig

        StatePluginConfig(Boolean backgroundSyncEnabled, Boolean userPresence, UploadAttachmentsNetworkType uploadAttachmentsNetworkType)
        Parameters:
        backgroundSyncEnabled - Whether the SDK should perform background sync if some queries fail.
        userPresence - Whether the SDK should receive user presence changes.
        uploadAttachmentsNetworkType - An enumeration of various network types used as a constraint inside upload attachments worker.
      • 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()