OptiView Ads SDK
    Preparing search index...

    Interface ManifestMockResponse

    Mocked manifest response: the SDK skips the network and parses/validates body as a real response.

    interface ManifestMockResponse {
        body: string | object;
    }
    Index
    body: string | object

    Raw manifest body. A string is parsed as JSON; an object is used as-is.