Skip to content

Commit d9a7eb4

Browse files
feat(fcm): update the api
#### fcm:v1 The following keys were added: - schemas.AndroidNotification.properties.bypassProxyNotification.type (Total Keys: 1)
1 parent 39cd4bd commit d9a7eb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/fcm_v1.projects.messages.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Method Details</h3>
112112
&quot;A String&quot;,
113113
],
114114
&quot;bodyLocKey&quot;: &quot;A String&quot;, # The key to the body string in the app&#x27;s string resources to use to localize the body text to the user&#x27;s current localization. See [String Resources](https://goo.gl/NdFZGI) for more information.
115+
&quot;bypassProxyNotification&quot;: True or False, # If set, display notifications delivered to the device will be handled by the app instead of the proxy.
115116
&quot;channelId&quot;: &quot;A String&quot;, # The [notification&#x27;s channel id](https://developer.android.com/guide/topics/ui/notifiers/notifications#ManageChannels) (new in Android O). The app must create a channel with this channel ID before any notification with this channel ID is received. If you don&#x27;t send this channel ID in the request, or if the channel ID provided has not yet been created by the app, FCM uses the channel ID specified in the app manifest.
116117
&quot;clickAction&quot;: &quot;A String&quot;, # The action associated with a user click on the notification. If specified, an activity with a matching intent filter is launched when a user clicks on the notification.
117118
&quot;color&quot;: &quot;A String&quot;, # The notification&#x27;s icon color, expressed in #rrggbb format.
@@ -222,6 +223,7 @@ <h3>Method Details</h3>
222223
&quot;A String&quot;,
223224
],
224225
&quot;bodyLocKey&quot;: &quot;A String&quot;, # The key to the body string in the app&#x27;s string resources to use to localize the body text to the user&#x27;s current localization. See [String Resources](https://goo.gl/NdFZGI) for more information.
226+
&quot;bypassProxyNotification&quot;: True or False, # If set, display notifications delivered to the device will be handled by the app instead of the proxy.
225227
&quot;channelId&quot;: &quot;A String&quot;, # The [notification&#x27;s channel id](https://developer.android.com/guide/topics/ui/notifiers/notifications#ManageChannels) (new in Android O). The app must create a channel with this channel ID before any notification with this channel ID is received. If you don&#x27;t send this channel ID in the request, or if the channel ID provided has not yet been created by the app, FCM uses the channel ID specified in the app manifest.
226228
&quot;clickAction&quot;: &quot;A String&quot;, # The action associated with a user click on the notification. If specified, an activity with a matching intent filter is launched when a user clicks on the notification.
227229
&quot;color&quot;: &quot;A String&quot;, # The notification&#x27;s icon color, expressed in #rrggbb format.

googleapiclient/discovery_cache/documents/fcm.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20220228",
149+
"revision": "20220307",
150150
"rootUrl": "https://fcm.googleapis.com/",
151151
"schemas": {
152152
"AndroidConfig": {
@@ -230,6 +230,10 @@
230230
"description": "The key to the body string in the app's string resources to use to localize the body text to the user's current localization. See [String Resources](https://goo.gl/NdFZGI) for more information.",
231231
"type": "string"
232232
},
233+
"bypassProxyNotification": {
234+
"description": "If set, display notifications delivered to the device will be handled by the app instead of the proxy.",
235+
"type": "boolean"
236+
},
233237
"channelId": {
234238
"description": "The [notification's channel id](https://developer.android.com/guide/topics/ui/notifiers/notifications#ManageChannels) (new in Android O). The app must create a channel with this channel ID before any notification with this channel ID is received. If you don't send this channel ID in the request, or if the channel ID provided has not yet been created by the app, FCM uses the channel ID specified in the app manifest.",
235239
"type": "string"

0 commit comments

Comments
 (0)