interface SdkConfiguration {
    apiBaseUrl: string;
    apiKey: string;
    storedResult?: boolean;
    useStoredResultWhenOffline?: boolean;
}

Properties

apiBaseUrl: string
apiKey: string
storedResult?: boolean
useStoredResultWhenOffline?: boolean