SupportSQLiteOpenHelperFactory
@ThreadSafe
A legacy Room factory that owns a private snapshot of its optional database key.
The supplied key remains owned by the caller and is never modified. This factory snapshots it during construction; callers should clear their array immediately afterwards. Close the factory as soon as no more helpers will be created. Closing zeroes the factory's snapshot and prevents new helpers from being created, but does not affect existing helpers because each owns a separate copy.
Since
1.3.2
Functions
Link copied to clipboard
open override fun create(configuration: SupportSQLiteOpenHelper.Configuration): SupportSQLiteOpenHelper