AnnotationCreatorInputDialogFragment

AnnotationCreatorInputDialogFragment facilitates setting the annotation creator.

Constructors

Link copied to clipboard
constructor()
Default constructor, do not call this constructor directly, unless you know what you are doing.

Types

Link copied to clipboard
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
open fun hide(@NonNull manager: FragmentManager)
Hides the AnnotationCreatorInputDialogFragment.
Link copied to clipboard
open fun onCreate(@Nullable savedInstanceState: Bundle)
Link copied to clipboard
open fun onCreateDialog(savedInstanceState: Bundle): Dialog
Link copied to clipboard
open fun onResume()
Link copied to clipboard
open fun onSaveInstanceState(@NonNull outState: Bundle)
Link copied to clipboard
open fun onViewCreated(@NonNull view: View, @Nullable savedInstanceState: Bundle)
Link copied to clipboard
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.