com.pspdfkit.ui.inspector.annotation.AnnotationCreationInspectorController |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.