Share via


SettingsPreferenceValue.BooleanValue Property

Definition

Returns the boolean value for Preference, the type must be #TYPE_BOOLEAN.

public bool BooleanValue { [Android.Runtime.Register("getBooleanValue", "()Z", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getBooleanValue", "()Z", "", ApiSince=36)>]
member this.BooleanValue : bool

Property Value

Attributes

Remarks

Returns the boolean value for Preference, the type must be #TYPE_BOOLEAN.

Java documentation for android.service.settings.preferences.SettingsPreferenceValue.getBooleanValue().

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