Interface OnAnnotationClickListener<T extends Annotation>

    • Method Detail

      • onAnnotationClick

        boolean onAnnotationClick​(T t)
        Called when an annotation has been clicked
        Parameters:
        t - the annotation clicked.
        Returns:
        True if this click should be consumed and not passed further to other listeners registered afterwards, false otherwise.