ENUM
StorageBuilder
public enum StorageBuilder
Entry point for building one of the SDK's built-in Storage backends.
Configuration injects a Storage (see HaapiConfiguration.storage); StorageBuilder.Keychain builds
the default keychain-backed Storage. Keychain is the first built-in backend — future secure backends
slot in here as peers (for example a SecureDatabase builder). Injecting any other Storage hands
persistence to the integrator, and the built-in keychain behaviours do not apply.