Annotation Creator Input Dialog Fragment
AnnotationCreatorInputDialogFragment facilitates setting the annotation creator.
Constructors
Types
Link copied to clipboard
interface OnAnnotationCreatorSetListener
This listener interface needs to be implemented by any class that wishes to handle AnnotationCreatorInputDialogFragment specific dialog events.
Functions
Link copied to clipboard
Obtains the suggested creator from the arguments Bundle.
Link copied to clipboard
Hides the
AnnotationCreatorInputDialogFragment
.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setOnAnnotationCreatorSetListener(@Nullable onAnnotationCreatorSetListener: AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener)
Sets a listener, that receives dialog related events.
Link copied to clipboard
open fun show(@NonNull manager: FragmentManager, @Nullable creatorSuggestion: String, @NonNull onAnnotationCreatorSetListener: AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener)
Shows the
AnnotationCreatorInputDialogFragment
.