Interface LiveActivityUpdateRequest

Live Activity update request.

interface LiveActivityUpdateRequest {
    activityId: string;
    attributesType: string;
    content: LiveActivityContent;
}

Hierarchy (view full)

Properties

activityId: string

The Live Activity ID to update.

attributesType: string

Attributes types. This should match the Activity type of your Live Activity.

Dynamic content.