GetAppManifestReturn

@Serializable
data class GetAppManifestReturn(val url: String, val errors: List<Page.AppManifestError>, val data: String?, val parsed: Page.AppManifestParsedProperties?, val manifest: Page.WebAppManifest)

Constructors

Link copied to clipboard
constructor(url: String, errors: List<Page.AppManifestError>, data: String?, parsed: Page.AppManifestParsedProperties?, manifest: Page.WebAppManifest)

Properties

Link copied to clipboard
val data: String?

Manifest content.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Parsed manifest properties. Deprecated, use manifest instead.

Link copied to clipboard
val url: String

Manifest location.