abstract fun takeScreenshot(callback: IBearHandler.ScreenshotCallback): Unit
Take a screenshot of the augmented reality view. This will initiate the creation of screenshot. cancelScreenshot should be called when activity/fragment is paused. Result can be handled in the ScreenshotCallback.onComplete.
callback
- the ScreenshotCallback.