nutrient
Toggle table of contents
10.8.0
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.ui.inspector.annotation
/
AnnotationCreationInspectorController
Annotation
Creation
Inspector
Controller
interface
AnnotationCreationInspectorController
:
AnnotationInspectorController
Interface for annotation inspector shown when creating annotations.
Inheritors
DefaultAnnotationCreationInspectorController
Members
Functions
bind
Annotation
Creation
Controller
Link copied to clipboard
abstract
fun
bindAnnotationCreationController
(
@
NonNull
controller
:
AnnotationCreationController
)
Binds controller for managing annotation creation mode.
on
Restore
Instance
State
Link copied to clipboard
abstract
fun
onRestoreInstanceState
(
@
NonNull
savedState
:
Bundle
)
Restore annotation inspector state.
on
Save
Instance
State
Link copied to clipboard
abstract
fun
onSaveInstanceState
(
@
NonNull
outState
:
Bundle
)
Save annotation inspector state.
unbind
Annotation
Creation
Controller
Link copied to clipboard
abstract
fun
unbindAnnotationCreationController
(
)
Unbinds controller for managing annotation creation mode.