Interface LiveActivityStartRequest

Live Activity start request.

interface LiveActivityStartRequest {
    attributes: JsonObject;
    attributesType: string;
    content: LiveActivityContent;
}

Hierarchy (view full)

Properties

attributes: JsonObject

Fixed attributes.

attributesType: string

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

Dynamic content.