public interface DataStoreFactory
DataStore.Components| Modifier and Type | Method and Description |
|---|---|
DataStore |
createDataStore(ClientContext context,
DataStoreUpdates dataStoreUpdates)
Creates an implementation instance.
|
DataStore createDataStore(ClientContext context, DataStoreUpdates dataStoreUpdates)
context - allows access to the client configurationdataStoreUpdates - the data store can use this object to report information back to
the SDK if desiredDataStore