showPersistentNotification

fun showPersistentNotification(appContext: Context, lastTimeChecked: String, checkPeriod: String)

The persistent notification is purely for informational reasons. It is not technically necessary for the Worker, since it is not a Service.

Sources

androidJvm source
Link copied to clipboard