-
public final class ScreenCaptureParams
-
-
Field Summary
Fields Modifier and Type Field Description private final IntentmediaProjectionPermissionResultDataprivate final IntegernotificationIdprivate final Notificationnotificationprivate final Function0<Unit>onStop
-
Constructor Summary
Constructors Constructor Description ScreenCaptureParams(Intent mediaProjectionPermissionResultData, Integer notificationId, Notification notification, Function0<Unit> onStop)
-
Method Summary
Modifier and Type Method Description final IntentgetMediaProjectionPermissionResultData()final IntegergetNotificationId()final NotificationgetNotification()final Function0<Unit>getOnStop()-
-
Constructor Detail
-
ScreenCaptureParams
ScreenCaptureParams(Intent mediaProjectionPermissionResultData, Integer notificationId, Notification notification, Function0<Unit> onStop)
-
-
Method Detail
-
getMediaProjectionPermissionResultData
final Intent getMediaProjectionPermissionResultData()
-
getNotificationId
final Integer getNotificationId()
-
getNotification
final Notification getNotification()
-
-
-
-