builder
open fun builder(@NonNull context: Context, @NonNull annotationType: AnnotationType): MarkupAnnotationConfiguration.Builder
Creates a new instance of markup annotation configuration builder.
Return
Implementation of Builder.
Parameters
context
Context used to pre-fill the builder with implicit values.
annotation Type
Markup annotation type.
open fun builder(@NonNull context: Context, @NonNull annotationTool: AnnotationTool): MarkupAnnotationConfiguration.Builder
Creates a new instance of markup annotation configuration builder.
Return
Implementation of Builder.
Parameters
context
Context used to pre-fill the builder with implicit values.
annotation Tool
Markup annotation tool.