Interface AnnotationNoteIconConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationConfiguration
public interface AnnotationNoteIconConfiguration implements AnnotationConfiguration
Configuration for note annotation icons (NOTE_ICON).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
AnnotationNoteIconConfiguration.Builder
Builder for AnnotationNoteIconConfiguration.
-
Method Summary
Modifier and Type Method Description abstract String
getDefaultIconName()
Default note annotation icon name. abstract List<String>
getAvailableIconNames()
Names of note annotation icons available in the icon picker. -
-
Method Detail
-
getDefaultIconName
@NonNull()@NoteAnnotation.IconName() abstract String getDefaultIconName()
Default note annotation icon name.
- Returns:
Name of the note annotation icon used as default when creating new annotations.
-
getAvailableIconNames
@NonNull()@NoteAnnotation.IconName() abstract List<String> getAvailableIconNames()
Names of note annotation icons available in the icon picker.
- Returns:
List of available note icon names.
-
-
-
-