TlvLauncherResponse: ObjectSchema<{
    data: OptionalFieldType<Uint8Array>;
    status: FieldType<ApplicationLauncher.Status>;
}> = ...

This command shall be generated in response to LaunchApp/StopApp/HideApp commands.

Type declaration

  • data: OptionalFieldType<Uint8Array>

    This field shall specify Optional app-specific data.

    MatterSpecification.v13.Cluster § 6.4.7.4.2

  • status: FieldType<ApplicationLauncher.Status>

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

    MatterSpecification.v13.Cluster § 6.4.7.4.1

MatterSpecification.v13.Cluster § 6.4.7.4