add On Annotation Updated Listener
abstract fun addOnAnnotationUpdatedListener(@NonNull updatedListener: AnnotationProvider.OnAnnotationUpdatedListener)
Adds an OnAnnotationUpdatedListener for being notified of updates to annotations. If the listener has already been added previously, this method will be a no-op. Passing
null
is not allowed and will result in an exception.
Parameters
updated Listener
OnAnnotationUpdatedListener that should be notified. Must be non-null
.