Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 735 Bytes

UpdateLiveActivityRequest.md

File metadata and controls

36 lines (20 loc) · 735 Bytes

UpdateLiveActivityRequest

Properties

Name Type Description Notes
name NameEnum Type of live activity
event EventEnum
eventUpdates Object
dismissAt BigDecimal Timestamp; only allowed if event is "end" [optional]

Enum: NameEnum

Name Value
HEADINGS "headings"
CONTENTS "contents"
IOS_SOUND "ios_sound"
PRIORITY_LEVEL "priority_level"

Enum: EventEnum

Name Value
UPDATE "update"
END "end"