You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/fcm_v1.projects.messages.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ <h3>Method Details</h3>
112
112
"A String",
113
113
],
114
114
"bodyLocKey": "A String", # 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.
115
+
"bypassProxyNotification": True or False, # If set, display notifications delivered to the device will be handled by the app instead of the proxy.
115
116
"channelId": "A String", # 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.
116
117
"clickAction": "A String", # 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.
117
118
"color": "A String", # The notification's icon color, expressed in #rrggbb format.
@@ -222,6 +223,7 @@ <h3>Method Details</h3>
222
223
"A String",
223
224
],
224
225
"bodyLocKey": "A String", # 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.
226
+
"bypassProxyNotification": True or False, # If set, display notifications delivered to the device will be handled by the app instead of the proxy.
225
227
"channelId": "A String", # 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.
226
228
"clickAction": "A String", # 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.
227
229
"color": "A String", # The notification's icon color, expressed in #rrggbb format.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/fcm.v1.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@
146
146
}
147
147
}
148
148
},
149
-
"revision": "20220228",
149
+
"revision": "20220307",
150
150
"rootUrl": "https://fcm.googleapis.com/",
151
151
"schemas": {
152
152
"AndroidConfig": {
@@ -230,6 +230,10 @@
230
230
"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.",
231
231
"type": "string"
232
232
},
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
+
},
233
237
"channelId": {
234
238
"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.",
0 commit comments