OnAnnotationCreatorSetListener

This listener interface needs to be implemented by any class that wishes to handle AnnotationCreatorInputDialogFragment specific dialog events.

See also

Functions

Link copied to clipboard
abstract fun onAbort()
Called when the user aborted setting an annotation creator name.
Link copied to clipboard
abstract fun onAnnotationCreatorSet(@NonNull annotationCreator: String)
This Callback gets invoked when the user completed setting an annotation creator name.