On View Annotation Updated Listener
interface OnViewAnnotationUpdatedListener
Content copied to clipboard
Interface responsible for notifying when core updated view annotation position or visibility.
Functions
on View Annotation Position Updated
Link copied to clipboard
abstract fun onViewAnnotationPositionUpdated(view: View, leftTopCoordinate: ScreenCoordinate, width: Int, height: Int)
Content copied to clipboard
Callback triggered when core updated view annotation position.
on View Annotation Visibility Updated
Link copied to clipboard
abstract fun onViewAnnotationVisibilityUpdated(view: View, visible: Boolean)
Content copied to clipboard
Callback triggered when view visibility has changed. By visibility we understand whether view is shown or hidden and that's not precisely equivalent listening to View.getVisibility as view may be visible but not yet shown.