ServiceKeepAliveWorker
class ServiceKeepAliveWorker(appContext: Context, workerParams: WorkerParameters, serviceNotifications: MeshServiceNotifications) : CoroutineWorker(source)
A worker whose sole purpose is to start the MeshService from the background. This is used as a fallback when startForegroundService is blocked by Android 14+ restrictions. It runs as an Expedited worker to gain temporary foreground start privileges.
Constructors
Link copied to clipboard
constructor(appContext: Context, workerParams: WorkerParameters, serviceNotifications: MeshServiceNotifications)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard