PackageManager.Property.IsInteger Property

Definition

Returns true if the property is an integer type.

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

Property Value

Attributes

Remarks

Returns true if the property is an integer type. Otherwise false.

Java documentation for android.content.pm.PackageManager.Property.isInteger().

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