Feature Request P3
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Not at the moment. But we have been asked this before, so I will treat this as a feature request.
dr...@gmail.com <dr...@gmail.com> #3
OK thanks. At the moment I am just adding the name to the Data
for the work request and retrieving it in startWork()
, which works well enough.
Description
For work scheduled with
workManager.enqueueUniqueWork(name, ...)
orworkManager.enqueueUniquePeriodicWork(name, ...)
is there any way to retrieve the name of this work from withinstartWork()
when that work fires?