Live Activity info.

interface LiveActivity {
    attributeTypes: string;
    attributes: JsonObject;
    content: LiveActivityContent;
    id: string;
}

Properties

attributeTypes: string

The attribute types.

attributes: JsonObject

The attributes.

The content.

id: string

The activity ID.