public interface CPDFAnnotationClickBehaviorProvider
CPDFReaderView.
Return null to keep the default behavior for the current view mode.
| Modifier and Type | Method and Description |
|---|---|
CPDFReaderView.CheckFocusType |
getClickBehavior(CPDFReaderView readerView,
CPDFAnnotation annotation,
CPDFReaderView.ViewMode viewMode,
CPDFReaderView.TouchMode touchMode)
Returns the behavior to use when an annotation is clicked.
|
CPDFReaderView.CheckFocusType getClickBehavior(CPDFReaderView readerView, CPDFAnnotation annotation, CPDFReaderView.ViewMode viewMode, CPDFReaderView.TouchMode touchMode)
readerView - The reader view receiving the click.annotation - The clicked annotation.viewMode - Current view mode.touchMode - Current touch mode.CPDFReaderView.CheckFocusType, or null to use the default behavior.