Skip to content

Commit

Permalink
Add a "start" event for Live Activities
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Jan 15, 2024
1 parent 488ca83 commit 4287c5f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@
/**
* An enumeration of accepted actions for Live Activity notification payloads.
*
* @see <a href="https://developer.apple.com/documentation/activitykit/update-and-end-your-live-activity-with-remote-push-notifications">Updating and ending your Live Activity with remote push notifications</a>
* @see <a href="https://developer.apple.com/documentation/activitykit/starting-and-updating-live-activities-with-activitykit-push-notifications#Construct-the-payload-that-starts-a-Live-Activity">Starting and updating Live Activities with ActivityKit push notifications</a>
*
* @since 0.15.2
*/
public enum LiveActivityEvent {
/**
* Used to start a Live Activity.
*/
START("start"),

/**
* Used to update a Live Activity.
*/
Expand Down

0 comments on commit 4287c5f

Please sign in to comment.