toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
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.