toggle menu
Android-IMLibCore-SDK
0.0.1
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
HistoryMessageOption
History
Message
Option
io.rong.imlib
public
class
HistoryMessageOption
Author
zhoujt
Members
Constructors
History
Message
Option
Link copied to clipboard
io.rong.imlib
public
void
HistoryMessageOption
(
)
public
void
HistoryMessageOption
(
long dataTime
,
int count
,
HistoryMessageOption.PullOrder
pullOrder
)
Types
Pull
Order
Link copied to clipboard
io.rong.imlib
public
enum
PullOrder
Properties
count
Link copied to clipboard
io.rong.imlib
public
int
count
The number of messages to retrieve, where 0
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<HistoryMessageOption>
CREATOR
data
Time
Link copied to clipboard
io.rong.imlib
public
long
dataTime
Retrieves messages starting from this timestamp.
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Count
Link copied to clipboard
io.rong.imlib
public
int
getCount
(
)
Specifies the number of messages to retrieve, with a maximum of 100.
get
Data
Time
Link copied to clipboard
io.rong.imlib
public
long
getDataTime
(
)
Retrieves the starting point for message retrieval.
get
First
Local
Count
Link copied to clipboard
io.rong.imlib
public
int
getFirstLocalCount
(
)
get
First
Time
Link copied to clipboard
io.rong.imlib
public
long
getFirstTime
(
)
get
Order
Link copied to clipboard
io.rong.imlib
public
int
getOrder
(
)
Get the pull order.
get
Remote
Count
Link copied to clipboard
io.rong.imlib
public
int
getRemoteCount
(
)
is
Forward
Link copied to clipboard
io.rong.imlib
public
boolean
isForward
(
)
set
Count
Link copied to clipboard
io.rong.imlib
public
void
setCount
(
int count
)
Sets the number of messages to retrieve, with a maximum of 100.
set
Data
Time
Link copied to clipboard
io.rong.imlib
public
void
setDataTime
(
long dataTime
)
Sets the starting point for message retrieval.
set
Order
Link copied to clipboard
io.rong.imlib
public
void
setOrder
(
HistoryMessageOption.PullOrder
pullOrder
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)