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