RCCallPlusRecordInfo

abstract class RCCallPlusRecordInfo

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getCompletedCallRecords(): ArrayList<RCCallPlusCallRecord>
已经结束的通话记录列表
Link copied to clipboard
abstract fun getSyncTime(): Long
同步时间戳(当前时间到1970-1-1 00:00:00的总毫秒数)。 该值为 getCallRecordsFromServer 方法syncTime传递的值
Link copied to clipboard
abstract fun isHasMore(): Boolean
是否还有更多数据
Link copied to clipboard
abstract fun toString(): String