I followed the official guide to set up a long-running worker with WorkManager (Kotlin version). Now I need to update the notification with the operation progress. The documentation says:
// Calls setForegroundInfo() periodically when it needs to update // the ongoing Notification
However I can't find any setForegroundInfo() method. So how do you update the ongoing notification?