launchForegroundOperation
fun launchForegroundOperation(label: String, completionLabel: String? = null, contentIntent: PendingIntent? = null, block: suspend () -> Unit): Job
Fire-and-forget runForegroundOperation on the SDK's lifecycle scope: returns a Job immediately, and the tracked work keeps running (under the foreground service) even after the caller leaves the screen. Failures are logged, not thrown.