Interface FragmentSpecialModeController
-
- All Implemented Interfaces:
-
com.pspdfkit.ui.special_mode.controller.base.SpecialModeController
public interface FragmentSpecialModeController implements SpecialModeController
A special mode controllers bound to the PdfFragment.
-
-
Method Summary
Modifier and Type Method Description abstract PdfFragment
getFragment()
Gets fragment on which the special mode is currently active. -
-
Method Detail
-
getFragment
@NonNull() abstract PdfFragment getFragment()
Gets fragment on which the special mode is currently active.
- Returns:
Fragment of the special mode.
-
-
-
-