Share via


Preference.BaseSavedState Constructors

Definition

Overloads

Preference.BaseSavedState(IParcelable)
Preference.BaseSavedState(Parcel)
Preference.BaseSavedState(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Preference.BaseSavedState(IParcelable)

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcelable;)V", "")]
public BaseSavedState (Android.OS.IParcelable? superState);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcelable;)V", "")>]
new Android.Preferences.Preference.BaseSavedState : Android.OS.IParcelable -> Android.Preferences.Preference.BaseSavedState

Parameters

superState
IParcelable
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

Preference.BaseSavedState(Parcel)

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public BaseSavedState (Android.OS.Parcel? source);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Preferences.Preference.BaseSavedState : Android.OS.Parcel -> Android.Preferences.Preference.BaseSavedState

Parameters

source
Parcel
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

Preference.BaseSavedState(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected BaseSavedState (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Preferences.Preference.BaseSavedState : nativeint * Android.Runtime.JniHandleOwnership -> Android.Preferences.Preference.BaseSavedState

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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