EnableRequest

@Serializable
data class EnableRequest(val presentationUrl: String? = null)

Request object containing input parameters for the CastDomain.enable command.

Constructors

Link copied to clipboard
constructor(presentationUrl: String? = null)

Types

Link copied to clipboard
class Builder

A builder for EnableRequest, which allows setting the optional parameters of the CastDomain.enable command via a lambda.

Properties

Link copied to clipboard
val presentationUrl: String? = null

(undocumented in the protocol definition)