TlvLauncherResponse: ObjectSchema<{
    data: OptionalFieldType<string>;
    status: FieldType<ContentLauncher.Status>;
}> = ...

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

Type declaration

  • data: OptionalFieldType<string>

    This field shall indicate Optional app-specific data.

    MatterSpecification.v13.Cluster § 6.7.7.3.2

  • status: FieldType<ContentLauncher.Status>

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

    MatterSpecification.v13.Cluster § 6.7.7.3.1

MatterSpecification.v13.Cluster § 6.7.7.3