‪JMSDK Android  ‪v2.6.1
‪API文档
Public 属性 | 静态 Public 属性 | 所有成员列表
com.juphoon.meeting.JCConferenceQueryConfResult类 参考

‪预约会议查询结果 更多...

Public 属性

Map< String, Integer > mapCount
 
List< JCConferenceReserveInfolistReserveInfo
 
boolean hasMore
 

静态 Public 属性

static final String ReservedCountKey = "ReservedCountKey"
 
static final String StartedCountKey = "StartedCountKey"
 
static final String CanceledCountKey = "CanceledCountKey"
 
static final String EndedCountKey = "EndedCountKey"
 

详细描述

预约会议查询结果

作者
‪Clive

类成员变量说明

◆ CanceledCountKey

final String com.juphoon.meeting.JCConferenceQueryConfResult.CanceledCountKey = "CanceledCountKey"
static

已取消的会议总数

◆ EndedCountKey

final String com.juphoon.meeting.JCConferenceQueryConfResult.EndedCountKey = "EndedCountKey"
static

已结束的会议总数

◆ hasMore

boolean com.juphoon.meeting.JCConferenceQueryConfResult.hasMore

是否有更多回你记录

◆ listReserveInfo

List<JCConferenceReserveInfo> com.juphoon.meeting.JCConferenceQueryConfResult.listReserveInfo

预约会议列表详情

◆ mapCount

Map<String, Integer> com.juphoon.meeting.JCConferenceQueryConfResult.mapCount

用以下的key值,取出对应状态的预约会议总数 ReservedCountKey、StartedCountKey、CanceledCountKey、EndedCountKey

◆ ReservedCountKey

final String com.juphoon.meeting.JCConferenceQueryConfResult.ReservedCountKey = "ReservedCountKey"
static

预约中的会议总数

◆ StartedCountKey

final String com.juphoon.meeting.JCConferenceQueryConfResult.StartedCountKey = "StartedCountKey"
static

已开始的会议总数


该类的文档由以下文件生成: