| com.pspdfkit.ui.inspector.annotation.AnnotationCreationInspectorController |
Known Indirect Subclasses
|
Interface for annotation inspector shown when creating annotations.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
bindAnnotationCreationController(AnnotationCreationController controller)
Binds controller for managing annotation creation mode.
| ||||||||||
| abstract void |
onRestoreInstanceState(Bundle savedState)
Restore annotation inspector state.
| ||||||||||
| abstract void |
onSaveInstanceState(Bundle outState)
Save annotation inspector state.
| ||||||||||
| abstract void |
unbindAnnotationCreationController()
Unbinds controller for managing annotation creation mode.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pspdfkit.ui.special_mode.controller.AnnotationInspectorController
| |||||||||||
Binds controller for managing annotation creation mode.
| controller | Annotation creation mode controller provided when entering annotation creation mode. |
|---|
Unbinds controller for managing annotation creation mode.