onAnnotationZOrderChanged

abstract fun onAnnotationZOrderChanged(pageIndex: Int, @NonNull oldOrder: List<Annotation>, @NonNull newOrder: List<Annotation>)

Called when the z-order of annotations has changed on a specified page.

Parameters

pageIndex

Index of the page where the z-order has changed.

oldOrder

The old order of annotations on the page.

newOrder

The new order of annotations on the page.