Share via


SettingsPreferenceValue.IntValue Property

Definition

Returns the int value for Preference, the type must be #TYPE_INT.

public int IntValue { [Android.Runtime.Register("getIntValue", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getIntValue", "()I", "", ApiSince=36)>]
member this.IntValue : int

Property Value

Attributes

Remarks

Returns the int value for Preference, the type must be #TYPE_INT.

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

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