notifyAnnotationsHaveChanged

open fun notifyAnnotationsHaveChanged(@NonNull annotations: List<out Annotation>)

Notifies this fragment that the passed annotations have changed and that all the views displaying it should be updated. Calling this method before document is loaded will have no effect.

Parameters

annotations

Annotation that have changed.