onCreateDialog

open fun onCreateDialog(savedInstanceState: Bundle): Dialog

Creates and returns the dialog that displays the annotation creator name input field. The dialog includes an input field pre-populated with any previously set creator name, OK and Cancel buttons, and handles Enter key presses.

Return

The created dialog for entering the annotation creator name.

Parameters

savedInstanceState

The last saved instance state of the fragment, or null if this is a freshly created fragment.