PreferenceActivity.OnIsHidingHeaders Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to determine whether the header list should be hidden.
[Android.Runtime.Register("onIsHidingHeaders", "()Z", "GetOnIsHidingHeadersHandler")]
public virtual bool OnIsHidingHeaders ();
[<Android.Runtime.Register("onIsHidingHeaders", "()Z", "GetOnIsHidingHeadersHandler")>]
abstract member OnIsHidingHeaders : unit -> bool
override this.OnIsHidingHeaders : unit -> bool
Returns
- Attributes
Remarks
Called to determine whether the header list should be hidden. The default implementation returns the value given in #EXTRA_NO_HEADERS
or false if it is not supplied. This is set to false, for example, when the activity is being re-launched to show a particular preference activity.
Java documentation for android.preference.PreferenceActivity.onIsHidingHeaders()
.
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.