OnViewAnnotationUpdatedListener

interface OnViewAnnotationUpdatedListener

Interface responsible for notifying when core updated view annotation position or visibility.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onViewAnnotationPositionUpdated
Link copied to clipboard
abstract fun onViewAnnotationPositionUpdated(view: View, leftTopCoordinate: ScreenCoordinate, width: Int, height: Int)
Callback triggered when core updated view annotation position.
onViewAnnotationVisibilityUpdated
Link copied to clipboard
abstract fun onViewAnnotationVisibilityUpdated(view: View, visible: Boolean)
Callback triggered when view visibility has changed.
toString
Link copied to clipboard
open fun toString(): String