hyphenate_SDK3.0  3.5.6
hyphenatejavaIMSDK
Public Member Functions | List of all members
com.hyphenate.chat.EMGroup Class Reference
Inheritance diagram for com.hyphenate.chat.EMGroup:
Inheritance graph
[legend]
Collaboration diagram for com.hyphenate.chat.EMGroup:
Collaboration graph
[legend]

Public Member Functions

 EMGroup (EMAGroup group)
 
String getGroupId ()
 
String getGroupName ()
 
String getDescription ()
 
boolean isPublic ()
 
boolean isAllowInvites ()
 
boolean isMemberAllowToInvite ()
 
boolean isMembersOnly ()
 
boolean isMemberOnly ()
 
int getMaxUserCount ()
 
boolean isMsgBlocked ()
 
String getOwner ()
 
String groupSubject ()
 
List< String > getMembers ()
 
int getMemberCount ()
 
String toString ()
 
List< String > getAdminList ()
 
List< String > getBlackList ()
 
List< String > getMuteList ()
 
String getExtension ()
 
String getAnnouncement ()
 
List< EMMucSharedFilegetShareFileList ()
 
- Public Member Functions inherited from com.hyphenate.chat.EMBase< EMAGroup >
boolean equals (Object o)
 
int hashCode ()
 

Additional Inherited Members

- Protected Attributes inherited from com.hyphenate.chat.EMBase< EMAGroup >
emaObject
 

Detailed Description

Group

Member Function Documentation

List<String> com.hyphenate.chat.EMGroup.getAdminList ( )

get group admin list

Returns
String com.hyphenate.chat.EMGroup.getAnnouncement ( )

get group announcement

Returns
List<String> com.hyphenate.chat.EMGroup.getBlackList ( )

get blacklist

Returns
String com.hyphenate.chat.EMGroup.getDescription ( )

get group description

Returns
String com.hyphenate.chat.EMGroup.getExtension ( )

get group customized extension

String com.hyphenate.chat.EMGroup.getGroupId ( )

get group id

Returns
group id
String com.hyphenate.chat.EMGroup.getGroupName ( )

get group name

Returns
int com.hyphenate.chat.EMGroup.getMaxUserCount ( )

max group members capability. It depends on group detail, if not fetch group detail, return 0;

Returns
int com.hyphenate.chat.EMGroup.getMemberCount ( )

get the member count

Returns
List<String> com.hyphenate.chat.EMGroup.getMembers ( )

get the member list

Returns
List<String> com.hyphenate.chat.EMGroup.getMuteList ( )

get group mute list

String com.hyphenate.chat.EMGroup.getOwner ( )

get the owner

Returns
List<EMMucSharedFile> com.hyphenate.chat.EMGroup.getShareFileList ( )

get group shared list

Returns
String com.hyphenate.chat.EMGroup.groupSubject ( )

Subject of the group

boolean com.hyphenate.chat.EMGroup.isAllowInvites ( )

get if the group member is allow invite the others

Returns
Deprecated:
use EMGroup#isMemberAllowToInvite() instead
boolean com.hyphenate.chat.EMGroup.isMemberAllowToInvite ( )

get if the group member is allow invite the others

Returns
boolean com.hyphenate.chat.EMGroup.isMemberOnly ( )

members can not auto join the group, need join group application approved or received invitation corresponding group style is EMGroupStylePublicOpenJoin

Returns
boolean com.hyphenate.chat.EMGroup.isMembersOnly ( )

members can not auto join the group, need join group application approved or received invitation corresponding group style is EMGroupStylePublicOpenJoin

Returns
Deprecated:
use EMGroup#isMemberOnly() instead
boolean com.hyphenate.chat.EMGroup.isMsgBlocked ( )

get whether the message is blocked

boolean com.hyphenate.chat.EMGroup.isPublic ( )

get if the group is public

String com.hyphenate.chat.EMGroup.toString ( )

return group name or group id, this method can be used for adapter sorting

Returns

The documentation for this class was generated from the following file: