onSaveInstanceState
Returns a Parcelable describing the current state of the presenter. It will be passed to the onRestoreInstanceState method of the presenter sharing the same ID later.
Return
The saved instance state
Returns a Parcelable describing the current state of the presenter. It will be passed to the onRestoreInstanceState method of the presenter sharing the same ID later.
The saved instance state