On View Annotation Updated Listener
interface OnViewAnnotationUpdatedListener
Content copied to clipboard
Interface responsible for notifying when core updated view annotation position or visibility.
Functions
onViewAnnotationPositionUpdated
Link copied to clipboard
abstract fun onViewAnnotationPositionUpdated(view: View, leftTopCoordinate: ScreenCoordinate, width: Int, height: Int)
Content copied to clipboard
onViewAnnotationVisibilityUpdated
Link copied to clipboard
abstract fun onViewAnnotationVisibilityUpdated(view: View, visible: Boolean)
Content copied to clipboard