public static interface ActivityPluginBinding.OnSaveInstanceStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRestoreInstanceState(Bundle bundle)
Invoked when the associated
Activity executes Activity.onCreate(Bundle) or
associated Fragment executes Fragment#onCreate(Bundle). |
void |
onSaveInstanceState(Bundle bundle)
|
void onSaveInstanceState(@NonNull
Bundle bundle)
void onRestoreInstanceState(@Nullable
Bundle bundle)
Activity executes Activity.onCreate(Bundle) or
associated Fragment executes Fragment#onCreate(Bundle).