pl.wendigo.chrome.domain.page / GetAppManifestResponse

GetAppManifestResponse

data class GetAppManifestResponse (source)

Represents response frame for Page.getAppManifest method call.

Constructors

<init>

GetAppManifestResponse(url: String, errors: List<AppManifestError>, data: String? = null)

Represents response frame for Page.getAppManifest method call.

Properties

data

val data: String?

Manifest content.

errors

val errors: List<AppManifestError>

url

val url: String

Manifest location.