add On Annotation Selected Listener
abstract fun addOnAnnotationSelectedListener(@NonNull listener: AnnotationManager.OnAnnotationSelectedListener)
Register a OnAnnotationSelectedListener to get notified when annotation gets selected. If the provider has been registered previously, this method will be a no-op.
Parameters
listener
Listener to register. Must be non-null.