This command shall be generated in response to LaunchContent and LaunchURL commands.

MatterSpecification.v13.Cluster § 6.7.7.3

interface LauncherResponse {
    data?: string;
    status: ContentLauncher.Status;
}

Hierarchy (view full)

Properties

Properties

data?: string

This field shall indicate Optional app-specific data.

MatterSpecification.v13.Cluster § 6.7.7.3.2

This field shall indicate the status of the command which resulted in this response.

MatterSpecification.v13.Cluster § 6.7.7.3.1