create
fun create(context: Context, configuration: NdsStoreConfiguration): Result<NdsStore, NdsStoreFailure>
Deprecated
This will be removed from future releases after 2027-03-10. Use the NdsStore() factory function with a failureListener parameter instead.
Creates an instance of NdsStore.
Return
Result containing either a valid NdsStore instance or a NdsStoreFailure if store cannot be created.
Parameters
context
Information about an application environment.
configuration
Store configuration.