ManifestMockResponse

A mocked manifest response. When a ManifestRequestInterceptor returns this, the SDK skips the network and uses body (raw JSON) as the fetched manifest body — parsed + validated exactly as a real network response would be.

Constructors

Link copied to clipboard
constructor(body: String)

Properties

Link copied to clipboard

Raw manifest body (JSON string) to use instead of the network request.