File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
firebase-messaging-directboot
src/main/java/com/google/firebase/messaging Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- version =24.0.4
1+ version =24.1.0
22latestReleasedVersion =24.0.3
33android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change 11# Unreleased
2- * [ deprecated] Deprecated additional FCM upstream messaging methods. See the
2+ * [ deprecated] Deprecated additional FCM upstream messaging methods and updated
3+ all upstream methods to indicate they are now decommissioned. See the
34 [ FAQ] ( https://firebase.google.com/support/faq#fcm-23-deprecation ) for more
45 details.
56* [ changed] Changed WithinAppServiceConnection's ScheduledThreadPoolExecutor's
Original file line number Diff line number Diff line change 1- version =24.0.4
1+ version =24.1.0
22latestReleasedVersion =24.0.3
33android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change @@ -514,7 +514,8 @@ public Task<Void> unsubscribeFromTopic(@NonNull String topic) {
514514 * <p>When there is an active connection the message will be sent immediately, otherwise the
515515 * message will be queued up to the time to live (TTL) set in the message.
516516 *
517- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
517+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
518+ * upstream messaging. Learn more in the
518519 * <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
519520 * deprecated in June 2023</a>.
520521 */
Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ public void onDeletedMessages() {}
127127 *
128128 * @param msgId of the upstream message sent using {@link FirebaseMessaging#send}.
129129 *
130- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
130+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
131+ * upstream messaging. Learn more in the
131132 * <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
132133 * deprecated in June 2023</a>.
133134 */
@@ -141,7 +142,8 @@ public void onMessageSent(@NonNull String msgId) {}
141142 * @param msgId of the upstream message sent using {@link FirebaseMessaging#send}.
142143 * @param exception description of the error, typically a {@link SendException}.
143144 *
144- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
145+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
146+ * upstream messaging. Learn more in the
145147 * <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
146148 * deprecated in June 2023</a>.
147149 */
Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ public String getFrom() {
110110 /**
111111 * Gets the message destination.
112112 *
113- * @deprecated FCM upstream messaging is decommissioned. Learn more in the
113+ * @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
114+ * upstream messaging. Learn more in the
114115 * <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
115116 * deprecated in June 2023</a>.
116117 */
You can’t perform that action at this time.
0 commit comments