@contentauth/c2pa-js
    Preparing search index...
    • Resolves settings by merging override settings on top of base settings, resolving any embedded trust list URLs on top of those, and then finally serializing the result for consumption by the core native SDK.

      Parameters

      • baseSettings: Settings | undefined

        Settings established at SDK initialization time.

      • overrideSettings: Settings | undefined

        Optional override settings. Keys present in overrideSettings win over keys in baseSettings.

      • Optionaloptions: FetchWithRetryOptions

        Optional configurations for fetch-with-retry.

      Returns Promise<string | undefined>

      A JSON-serialized string containing all resolved settings values, ready to be consumed by the core native SDK. Returns undefined when neither argument is provided.