PreferenceActivity.Header Class

Definition

Description of a single Header item that the user can select.

[Android.Runtime.Register("android/preference/PreferenceActivity$Header", DoNotGenerateAcw=true)]
public sealed class PreferenceActivity.Header : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/preference/PreferenceActivity$Header", DoNotGenerateAcw=true)>]
type PreferenceActivity.Header = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
PreferenceActivity.Header
Attributes
Implements

Remarks

Description of a single Header item that the user can select.

This member is deprecated. Use the AndroidX Preference Library for consistent behavior across all devices. For more information on using the AndroidX Preference Library see Settings.

Java documentation for android.preference.PreferenceActivity.Header.

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.

Constructors

PreferenceActivity.Header()

Properties

BreadCrumbShortTitle

Optional text to show as the short title in the bread crumb.

BreadCrumbShortTitleRes

Resource ID of optional text to show as the short title in the bread crumb.

BreadCrumbTitle

Optional text to show as the title in the bread crumb.

BreadCrumbTitleRes

Resource ID of optional text to show as the title in the bread crumb.

Class

Returns the runtime class of this Object.

(Inherited from Object)
Creator
Extras

Optional additional data for use by subclasses of PreferenceActivity.

Fragment

Full class name of the fragment to display when this header is selected.

FragmentArguments

Optional arguments to supply to the fragment when it is instantiated.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
IconRes

Optional icon resource to show for this header.

Id

Identifier for this header, to correlate with a new list when it is updated.

Intent

Intent to launch when the preference is selected.

JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
Summary

Optional summary describing what this header controls.

SummaryRes

Resource ID of optional summary describing what this header controls.

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
Title

Title of the header that is shown to the user.

TitleRes

Resource ID of title of the header that is shown to the user.

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
DescribeContents()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetBreadCrumbShortTitle(Resources)

Return the currently set bread crumb short title.

GetBreadCrumbShortTitleFormatted(Resources)

Return the currently set bread crumb short title.

GetBreadCrumbTitle(Resources)

Return the currently set bread crumb title.

GetBreadCrumbTitleFormatted(Resources)

Return the currently set bread crumb title.

GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetSummary(Resources)

Return the currently set summary.

GetSummaryFormatted(Resources)

Return the currently set summary.

GetTitle(Resources)

Return the currently set title.

GetTitleFormatted(Resources)

Return the currently set title.

JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
ReadFromParcel(Parcel)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to