disableSecureWindow method
dynamic
disableSecureWindow()
To allow user to capture/record screenshot or video of the screen on the device app is installed. Default is screenshot and video recording of the screen is not allowed
Implementation
disableSecureWindow() {
this.isSecuredWindowsDisabled = true;
return this;
}