ExpandableListView.PackedPositionValueNull Field

Definition

The value for a packed position that represents neither/null/no preference.

[Android.Runtime.Register("PACKED_POSITION_VALUE_NULL")]
public const long PackedPositionValueNull = 4294967295;
[<Android.Runtime.Register("PACKED_POSITION_VALUE_NULL")>]
val mutable PackedPositionValueNull : int64

Field Value

Value = 4294967295
Attributes

Remarks

The value for a packed position that represents neither/null/no preference. This value is not otherwise possible since a group type (first bit 0) should not have a child position filled.

Java documentation for android.widget.ExpandableListView.PACKED_POSITION_VALUE_NULL.

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