-
-
Notifications
You must be signed in to change notification settings - Fork 10
type
lethe edited this page Dec 8, 2022
·
1 revision
CaptureProtectionModuleStatus is event listener callback status
name | comment | notice |
---|---|---|
CaptureProtectionModuleStatus.INIT_RECORD_LISTENER | event when screen record listener is regist | @deprecated v1 |
CaptureProtectionModuleStatus.REMOVE_RECORD_LISTENER | event when screen record listener is remove | @deprecated v1 |
CaptureProtectionModuleStatus.RECORD_LISTENER_NOT_EXIST | event when try remove screen record listener but already removed | @deprecated v1 |
CaptureProtectionModuleStatus.RECORD_LISTENER_EXIST | event when try regist screen record listener but already registed | @deprecated v1 |
CaptureProtectionModuleStatus.RECORD_DETECTED_START | event when screen recording is start | |
CaptureProtectionModuleStatus.RECORD_DETECTED_END | event when screen recording is end | |
CaptureProtectionModuleStatus.CAPTURE_DETECTED | event when user take screenshot |
name | comment | notice |
---|---|---|
CaptureEventStatus | prevent event object |