onSaveInstanceState

open fun onSaveInstanceState(@NonNull outState: Bundle)

Called to save the current state of the fragment. Saves the creator name input and the click-to-clear behavior flag.

Parameters

outState

Bundle in which to place the saved state.