File tree 1 file changed +3
-3
lines changed
firebase-messaging/src/main/java/com/google/firebase/messaging 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -487,9 +487,9 @@ public Task<Void> unsubscribeFromTopic(@NonNull String topic) {
487
487
* <p>When there is an active connection the message will be sent immediately, otherwise the
488
488
* message will be queued up to the time to live (TTL) set in the message.
489
489
*
490
- * @deprecated FCM upstream is deprecated and will be decommissioned in June 2024. More details
491
- * can be found in <a
492
- * href="https://firebase.google.com/support/faq#fcm-23-deprecation">https://firebase.google.com/support/faq#fcm-23-deprecation </a>
490
+ * @deprecated FCM upstream is deprecated and will be decommissioned in June 2024. Learn more in
491
+ * the <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM
492
+ * features deprecated in June 2023 </a>.
493
493
*/
494
494
@ Deprecated
495
495
public void send (@ NonNull RemoteMessage message ) {
You can’t perform that action at this time.
0 commit comments