on View Annotation Position Updated
abstract fun onViewAnnotationPositionUpdated(view: View, leftTopCoordinate: ScreenCoordinate, width: Int, height: Int)
Content copied to clipboard
Callback triggered when core updated view annotation position.
Note: although view has already translation updated properly prior to this callback - view could actually still not be there on the screen due to Android rendering invalidate mechanism.
Parameters
view
view that is updated.
left Top Coordinate
left-top screen coordinate of the view in pixels; both x and y may be < 0 if view does not fully fits the screen.
width
width 0 in pixels.
height
height 0 in pixels.