RestrictionEntry.TypeInteger Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.

Restriction of type "integer".

[Android.Runtime.Register("TYPE_INTEGER")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)]
public const Android.Content.RestrictionEntryType TypeInteger = 5;
[<Android.Runtime.Register("TYPE_INTEGER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)>]
val mutable TypeInteger : Android.Content.RestrictionEntryType

Field Value

Value = 5

Implements

Attributes

Remarks

Restriction of type "integer". Use this for storing an integer value. The range of values is from Integer#MIN_VALUE to Integer#MAX_VALUE.

Java documentation for android.content.RestrictionEntry.TYPE_INTEGER.

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