Interface DataStoreFactory

    • Method Detail

      • createDataStore

        DataStore createDataStore​(ClientContext context,
                                  DataStoreUpdates dataStoreUpdates)
        Creates an implementation instance.
        Parameters:
        context - allows access to the client configuration
        dataStoreUpdates - the data store can use this object to report information back to the SDK if desired
        Returns:
        a DataStore