Registers and resolves a session storage handle.
This function handles registration internally and returns a normalized storage configuration that can be passed to other modules or SDKs.
Storage configuration parameters with platform-specific options
Optional
A branded SessionStorage handle with native storage id metadata
If the configuration is missing or invalid
const sessionStorage = configureSessionStorage({ android: { keyAlias: 'session_key', fileName: 'session_data', strongBoxPreferred: true }});// Pass to Journey SDK// initJourney({ sessionStorage, ... }); Copy
const sessionStorage = configureSessionStorage({ android: { keyAlias: 'session_key', fileName: 'session_data', strongBoxPreferred: true }});// Pass to Journey SDK// initJourney({ sessionStorage, ... });
Registers and resolves a session storage handle.
This function handles registration internally and returns a normalized storage configuration that can be passed to other modules or SDKs.