toggle menu
Android-IMLibCore-SDK
5.12.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
ChangedUserGroupInfo
Changed
User
Group
Info
io.rong.imlib
public
class
ChangedUserGroupInfo
变更群组信息
Members
Constructors
Changed
User
Group
Info
Link copied to clipboard
io.rong.imlib
public
void
ChangedUserGroupInfo
(
)
Properties
channel
Id
Link copied to clipboard
io.rong.imlib
public
String
channelId
channel
Type
Link copied to clipboard
io.rong.imlib
public
int
channelType
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<ChangedUserGroupInfo>
CREATOR
event
Type
Link copied to clipboard
io.rong.imlib
public
int
eventType
target
Id
Link copied to clipboard
io.rong.imlib
public
String
targetId
user
Group
Id
Link copied to clipboard
io.rong.imlib
public
Array
<
String
>
userGroupId
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Channel
Id
Link copied to clipboard
io.rong.imlib
public
String
getChannelId
(
)
get
Channel
Type
Link copied to clipboard
io.rong.imlib
public
int
getChannelType
(
)
get
Event
Type
Link copied to clipboard
io.rong.imlib
public
int
getEventType
(
)
get
Target
Id
Link copied to clipboard
io.rong.imlib
public
String
getTargetId
(
)
get
User
Group
Id
Link copied to clipboard
io.rong.imlib
public
Array
<
String
>
getUserGroupId
(
)
set
Channel
Id
Link copied to clipboard
io.rong.imlib
public
void
setChannelId
(
String
channelId
)
set
Channel
Type
Link copied to clipboard
io.rong.imlib
public
void
setChannelType
(
int channelType
)
set
Event
Type
Link copied to clipboard
io.rong.imlib
public
void
setEventType
(
int eventType
)
set
Target
Id
Link copied to clipboard
io.rong.imlib
public
void
setTargetId
(
String
targetId
)
set
User
Group
Id
Link copied to clipboard
io.rong.imlib
public
void
setUserGroupId
(
Array
<
String
>
userGroupId
)
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
)