BaseExpandableListAdapter.GetCombinedGroupId(Int64) 方法

定义

如果根据此方案预见 ID 中发生冲突,请重写此方法:

[Android.Runtime.Register("getCombinedGroupId", "(J)J", "GetGetCombinedGroupId_JHandler")]
public virtual long GetCombinedGroupId (long groupId);
[<Android.Runtime.Register("getCombinedGroupId", "(J)J", "GetGetCombinedGroupId_JHandler")>]
abstract member GetCombinedGroupId : int64 -> int64
override this.GetCombinedGroupId : int64 -> int64

参数

groupId
Int64

组的 ID

返回

实现

属性

注解

如果根据此方案预见 ID 中发生冲突,请重写此方法:

基本实现返回长:li> 位 0:<此 ID 是否指向子级(未设置)或组(set),因此对于此方法,此位将为 0。 <li> bit 1-31:groupId <li> 位 32-63 的下 31 位:lower 32 bit of the childId.

要添加

适用于 . 的 android.widget.BaseExpandableListAdapter.getCombinedGroupId(long)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于