ExpandableListView.GetPackedPositionType(Int64) Method

Definition

Gets the type of a packed position.

[Android.Runtime.Register("getPackedPositionType", "(J)I", "")]
public static Android.Widget.PackedPositionType GetPackedPositionType (long packedPosition);
[<Android.Runtime.Register("getPackedPositionType", "(J)I", "")>]
static member GetPackedPositionType : int64 -> Android.Widget.PackedPositionType

Parameters

packedPosition
Int64

The packed position for which to return the type.

Returns

The type of the position contained within the packed position, either #PACKED_POSITION_TYPE_CHILD, #PACKED_POSITION_TYPE_GROUP, or #PACKED_POSITION_TYPE_NULL.

Attributes

Remarks

Gets the type of a packed position. See #getPackedPositionForChild(int, int).

Java documentation for android.widget.ExpandableListView.getPackedPositionType(long).

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