toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
SubscribeEvent
Subscribe
Event
io.rong.imlib
public
class
SubscribeEvent
Members
Constructors
Subscribe
Event
Link copied to clipboard
io.rong.imlib
public
void
SubscribeEvent
(
NativeObject.SubscribeEvent
item
)
Types
Operation
Type
Link copied to clipboard
io.rong.imlib
public
enum
OperationType
Platform
Link copied to clipboard
io.rong.imlib
public
enum
Platform
Subscribe
Type
Link copied to clipboard
io.rong.imlib
public
enum
SubscribeType
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<SubscribeEvent>
CREATOR
expiry
Link copied to clipboard
io.rong.imlib
public
int
expiry
operation
Type
Link copied to clipboard
io.rong.imlib
public
SubscribeEvent.OperationType
operationType
subscribe
Time
Link copied to clipboard
io.rong.imlib
public
long
subscribeTime
subscribe
Type
Link copied to clipboard
io.rong.imlib
public
SubscribeEvent.SubscribeType
subscribeType
user
Id
Link copied to clipboard
io.rong.imlib
public
String
userId
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Expiry
Link copied to clipboard
io.rong.imlib
public
int
getExpiry
(
)
get
Operation
Type
Link copied to clipboard
io.rong.imlib
public
SubscribeEvent.OperationType
getOperationType
(
)
get
Subscribe
Time
Link copied to clipboard
io.rong.imlib
public
long
getSubscribeTime
(
)
get
Subscribe
Type
Link copied to clipboard
io.rong.imlib
public
SubscribeEvent.SubscribeType
getSubscribeType
(
)
get
User
Id
Link copied to clipboard
io.rong.imlib
public
String
getUserId
(
)
set
Expiry
Link copied to clipboard
io.rong.imlib
public
void
setExpiry
(
int expiry
)
set
Operation
Type
Link copied to clipboard
io.rong.imlib
public
void
setOperationType
(
SubscribeEvent.OperationType
operationType
)
set
Subscribe
Time
Link copied to clipboard
io.rong.imlib
public
void
setSubscribeTime
(
long subscribeTime
)
set
Subscribe
Type
Link copied to clipboard
io.rong.imlib
public
void
setSubscribeType
(
SubscribeEvent.SubscribeType
subscribeType
)
set
User
Id
Link copied to clipboard
io.rong.imlib
public
void
setUserId
(
String
userId
)
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
)