public interface

AnnotationCreationInspectorController

implements AnnotationInspectorController
com.pspdfkit.ui.inspector.annotation.AnnotationCreationInspectorController
Known Indirect Subclasses

Class Overview

Interface for annotation inspector shown when creating annotations.

Summary

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

Public Methods

public abstract void bindAnnotationCreationController (AnnotationCreationController controller)

Binds controller for managing annotation creation mode.

Parameters
controller Annotation creation mode controller provided when entering annotation creation mode.

public abstract void onRestoreInstanceState (Bundle savedState)

Restore annotation inspector state.

public abstract void onSaveInstanceState (Bundle outState)

Save annotation inspector state.

public abstract void unbindAnnotationCreationController ()

Unbinds controller for managing annotation creation mode.