PayloadData

data class PayloadData(val value: String) : ManifestPayload

The application manifest.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ManifestPayload as a PayloadData and retrieves its kotlin.String value. Throws an exception if the ManifestPayload is not a PayloadData.

Link copied to clipboard

Casts this ManifestPayload as a PayloadData and retrieves its kotlin.String value. Returns null if the ManifestPayload is not a PayloadData.