onSaveViewHierarchyState

abstract fun onSaveViewHierarchyState(outState: Bundle)

Called while persisting the activity to persist state of views that otherwise wouldn't be stored.

Parameters

outState

Outgoing bundle on which to save the state.