public interface Restorable
| Modifier and Type | Method and Description |
|---|---|
void |
restoreInstanceState(android.os.Bundle savedInstanceState)
Restores a previously saved state.
|
void |
saveInstanceState(android.os.Bundle outState)
Saves the current state.
|
void saveInstanceState(android.os.Bundle outState)
outState - The bundle, which should be used to store the saved state, as an instance of the
class Bundle. The bundle may not be nullvoid restoreInstanceState(android.os.Bundle savedInstanceState)
savedInstanceState - The saved state as an instance of the class Bundle or null, if no saved state
is available