xr:screenshoterror
Description
This event is emitted in response to the xr:screenshotrequest
resulting in an error.
Example
this.app.on('xr:screenshoterror', (detail) => {
console.log(detail)
// Handle screenshot error.
}, this)
This event is emitted in response to the xr:screenshotrequest
resulting in an error.
this.app.on('xr:screenshoterror', (detail) => {
console.log(detail)
// Handle screenshot error.
}, this)