Package-level declarations

Types

Link copied to clipboard
class ScreenCaptureParams(    val mediaProjectionPermissionResultData: Intent,     val notificationId: Int? = null,     val notification: Notification? = null,     val onStop: () -> Unit? = null)
Link copied to clipboard

A foreground service is required for screen capture on API level Q (29) and up. This a simple default foreground service to display a notification while screen capturing.