Interface OnAnnotationLongClickListener<T extends Annotation>

    • Method Detail

      • onAnnotationLongClick

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