toggle menu
Android-IMLibCore-SDK
15.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
Group
Group
io.rong.imlib
public
class
Group
Group entity, used to contain and store group information.
Members
Constructors
Group
Link copied to clipboard
io.rong.imlib
public
void
Group
(
Parcel in
)
Constructor
public
void
Group
(
String
id
,
String
name
,
Uri portraitUri
)
Constructor
public
void
Group
(
String
id
,
String
name
,
Uri portraitUri
,
String
extra
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<Group>
CREATOR
extra
Link copied to clipboard
io.rong.imlib
public
String
extra
id
Link copied to clipboard
io.rong.imlib
public
String
id
name
Link copied to clipboard
io.rong.imlib
public
String
name
portrait
Uri
Link copied to clipboard
io.rong.imlib
public
Uri
portraitUri
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
Describes the type of special objects included in the arrangement information of the Parcelable object.
get
Extra
Link copied to clipboard
io.rong.imlib
public
String
getExtra
(
)
get
Id
Link copied to clipboard
io.rong.imlib
public
String
getId
(
)
Retrieves the group ID.
get
Name
Link copied to clipboard
io.rong.imlib
public
String
getName
(
)
Retrieves the group name.
get
Portrait
Uri
Link copied to clipboard
io.rong.imlib
public
Uri
getPortraitUri
(
)
Retrieves the group avatar.
set
Extra
Link copied to clipboard
io.rong.imlib
public
void
setExtra
(
String
extra
)
set
Id
Link copied to clipboard
io.rong.imlib
public
void
setId
(
String
id
)
Sets the group ID.
set
Name
Link copied to clipboard
io.rong.imlib
public
void
setName
(
String
name
)
Sets the group name.
set
Portrait
Uri
Link copied to clipboard
io.rong.imlib
public
void
setPortraitUri
(
Uri uri
)
Sets the group avatar.
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)