Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrins committed Sep 13, 2024
1 parent fff89a6 commit cfe4fb4
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,12 @@ public ApnsPayloadBuilder setTimestamp(final Instant timestamp) {
}

/**
* <p>Sets the flag to wake up the app and receive a push token to send updates to the started Live Activity.</p>
*
* Sets the flag to control whether the OS wakes up the app and delivers a push token to send updates to the
* started Live Activity. It is only respected in iOS 18 and later. Older versions provide a new push token
* by default.
* @param inputPushToken Flag to decide whether the app is provided a push token to update the Live Activity
* @return a reference to this payload builder
*
* @see <a href="https://developer.apple.com/documentation/activitykit/starting-and-updating-live-activities-with-activitykit-push-notifications">
Expand Down

0 comments on commit cfe4fb4

Please sign in to comment.