PreferenceGroup.DispatchSaveInstanceState(Bundle) Method

Definition

Called by SaveHierarchyState(Bundle) to store the instance for this Preference and its children.

[Android.Runtime.Register("dispatchSaveInstanceState", "(Landroid/os/Bundle;)V", "GetDispatchSaveInstanceState_Landroid_os_Bundle_Handler")]
protected virtual void DispatchSaveInstanceState (Android.OS.Bundle? container);
[<Android.Runtime.Register("dispatchSaveInstanceState", "(Landroid/os/Bundle;)V", "GetDispatchSaveInstanceState_Landroid_os_Bundle_Handler")>]
abstract member DispatchSaveInstanceState : Android.OS.Bundle -> unit
override this.DispatchSaveInstanceState : Android.OS.Bundle -> unit

Parameters

container
Bundle

The Bundle in which to save the instance of this Preference.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to