Skip to main content
API Reference / modelence / client / configureClient
configureClient(userConfig): void
Defined in: packages/modelence/src/client/clientConfig.ts:48 Configure the Modelence client for non-browser environments like React Native. When configured, the client uses the provided functions for auth-token storage, client-info collection, and URL resolution instead of the default browser APIs (localStorage, window.screen, relative URLs).

Example

Parameters

Returns

void