Open
Description
Is there an existing FR for this?
- I have searched the existing issues
For which area is this FR?
User Interface
Is it for a specific sample?
No response
Describe the feature request
I’m currently working on LiveUpdates integration.
I’m using FCM to receive instructions and then call NotificationManager.notify(state)
to display or update LiveUpdates. However, I’ve encountered a few scenarios where the app is unable to actively control the LiveUpdate state:
- When there’s an existing LiveUpdate shown in the notification center and the app is closed, how can we update that LiveUpdate?
- If the LiveUpdate has already reached 100% progress, how can the app automatically dismiss it after a certain amount of time?
- As far as I know, iOS LiveActivity uses FCM/APNs to remotely end an activity. Will Android LiveUpdates follow a similar approach?
Code of Conduct
- I agree to follow this project's Code of Conduct