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