Skip to content

Commit 131bf71

Browse files
1 parent 7b73846 commit 131bf71

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

clients/google-api-services-fcm/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-fcm</artifactId>
25-
<version>v1-rev20241101-2.0.0</version>
25+
<version>v1-rev20241112-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-fcm:v1-rev20241101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-fcm:v1-rev20241112-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-fcm/v1/2.0.0/com/google/api/services/fcm/v1/model/ApnsConfig.java

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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) {

clients/google-api-services-fcm/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-fcm</artifactId>
11-
<version>v1-rev20241101-2.0.0</version>
12-
<name>Firebase Cloud Messaging API v1-rev20241101-2.0.0</name>
11+
<version>v1-rev20241112-2.0.0</version>
12+
<name>Firebase Cloud Messaging API v1-rev20241112-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Firebase Cloud Messaging API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

clients/google-api-services-fcm/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-fcm</artifactId>
25-
<version>v1-rev20241101-2.0.0</version>
25+
<version>v1-rev20241112-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-fcm:v1-rev20241101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-fcm:v1-rev20241112-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)