@@ -53,7 +53,11 @@ public final class ApnsConfig extends com.google.api.client.json.GenericJson {
5353 * guidelines/live-activities) token to send updates to. This token can either be a push token or
5454 * [push-to-
5555 * start](https://developer.apple.com/documentation/activitykit/activity/pushtostarttoken) token
56- * from Apple.
56+ * from Apple. To start, update, or end a live activity remotely using FCM, construct an [`aps
57+ * payload`](https://developer.apple.com/documentation/activitykit/starting-and-updating-live-
58+ * activities-with-activitykit-push-notifications#Construct-the-payload-that-starts-a-Live-
59+ * Activity) and put it in the [`apns.payload`](https://firebase.google.com/docs/reference/fcm/res
60+ * t/v1/projects.messages#ApnsConfig) field.
5761 * The value may be {@code null}.
5862 */
5963 @ com .google .api .client .util .Key
@@ -116,7 +120,11 @@ public ApnsConfig setHeaders(java.util.Map<String, java.lang.String> headers) {
116120 * guidelines/live-activities) token to send updates to. This token can either be a push token or
117121 * [push-to-
118122 * start](https://developer.apple.com/documentation/activitykit/activity/pushtostarttoken) token
119- * from Apple.
123+ * from Apple. To start, update, or end a live activity remotely using FCM, construct an [`aps
124+ * payload`](https://developer.apple.com/documentation/activitykit/starting-and-updating-live-
125+ * activities-with-activitykit-push-notifications#Construct-the-payload-that-starts-a-Live-
126+ * Activity) and put it in the [`apns.payload`](https://firebase.google.com/docs/reference/fcm/res
127+ * t/v1/projects.messages#ApnsConfig) field.
120128 * @return value or {@code null} for none
121129 */
122130 public java .lang .String getLiveActivityToken () {
@@ -128,7 +136,11 @@ public java.lang.String getLiveActivityToken() {
128136 * guidelines/live-activities) token to send updates to. This token can either be a push token or
129137 * [push-to-
130138 * start](https://developer.apple.com/documentation/activitykit/activity/pushtostarttoken) token
131- * from Apple.
139+ * from Apple. To start, update, or end a live activity remotely using FCM, construct an [`aps
140+ * payload`](https://developer.apple.com/documentation/activitykit/starting-and-updating-live-
141+ * activities-with-activitykit-push-notifications#Construct-the-payload-that-starts-a-Live-
142+ * Activity) and put it in the [`apns.payload`](https://firebase.google.com/docs/reference/fcm/res
143+ * t/v1/projects.messages#ApnsConfig) field.
132144 * @param liveActivityToken liveActivityToken or {@code null} for none
133145 */
134146 public ApnsConfig setLiveActivityToken (java .lang .String liveActivityToken ) {
0 commit comments