Interface NoteAnnotationConfiguration
-
- All Implemented Interfaces:
-
com.pspdfkit.annotations.configuration.AnnotationColorConfiguration
,com.pspdfkit.annotations.configuration.AnnotationConfiguration
,com.pspdfkit.annotations.configuration.AnnotationNoteIconConfiguration
public interface NoteAnnotationConfiguration implements AnnotationColorConfiguration, AnnotationNoteIconConfiguration
Configuration for note annotations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
NoteAnnotationConfiguration.Builder
Interface for configuration builder. Use builder to get an instance implementing this interface.
-
Method Summary
Modifier and Type Method Description static NoteAnnotationConfiguration.Builder
builder(@NonNull() Context context)
Creates a new instance of note annotation configuration builder. -
-