• Represents a callback used to initialize and start device and behavioral data collection.

Hierarchy (View Summary)

Constructors

Properties

payload: Callback

The raw payload returned by OpenAM

Methods

  • Get callback's initialization config settings

    Returns
        | Record<string, string>
        | {
            behavioralDataCollection: boolean;
            consoleLogEnabled: boolean;
            customHost: string;
            deviceAttributesToIgnore: string[];
            deviceKeyRsyncIntervals: number;
            disableHub: boolean;
            disableTags: boolean;
            enableTrust: boolean;
            envId: string;
            lazyMetadata: boolean;
        }

  • Sets the value of the specified input element, or the first element if selector is not provided.

    Parameters

    • value: unknown
    • selector: string | number | RegExp = 0

      The index position or name of the desired element

    Returns void