Uses of Class
com.cometchat.pro.models.AppEntity
-
Packages that use AppEntity Package Description com.cometchat.pro.core com.cometchat.pro.models -
-
Uses of AppEntity in com.cometchat.pro.core
Subclasses of AppEntity in com.cometchat.pro.core Modifier and Type Class Description classCallCall class provides information about call MessagesMethods in com.cometchat.pro.core that return AppEntity Modifier and Type Method Description AppEntityCall. getCallInitiator()Get call initiator entity(User/Group)AppEntityCall. getCallReceiver()Get call receiver entity(User/Group)Methods in com.cometchat.pro.core with parameters of type AppEntity Modifier and Type Method Description voidCall. setCallInitiator(AppEntity callInitiator)voidCall. setCallReceiver(AppEntity callReceiver) -
Uses of AppEntity in com.cometchat.pro.models
Subclasses of AppEntity in com.cometchat.pro.models Modifier and Type Class Description classActionActionclass provides information about the action performedclassBaseMessageBaseMessage class provides information about messageclassCustomMessageCreated by adityagokula on 12/03/19.classGroupCreated by adityagokula on 12/09/18.classGroupMemberCreated by adityagokula on 30/10/18.classMediaMessageCreated by adityagokula on 11/09/18.classTextMessageCreated by adityagokula on 08/09/18.classUserCreated by adityagokula on 04/09/18.Fields in com.cometchat.pro.models declared as AppEntity Modifier and Type Field Description protected AppEntityBaseMessage. receiverMethods in com.cometchat.pro.models that return AppEntity Modifier and Type Method Description AppEntityAction. getActioBy()Deprecated.AppEntityAction. getActionBy()Get Entity(User/Group) details which performed the actionAppEntityAction. getActionFor()Get details of the Entity(User/Group) that the action was performed forAppEntityAction. getActionOn()Get details of the Entity(User/Group) that the action was performed forAppEntityConversation. getConversationWith()AppEntityBaseMessage. getReceiver()Returns User/Group object with the details of the receiver of the message.Methods in com.cometchat.pro.models with parameters of type AppEntity Modifier and Type Method Description voidAction. setActioBy(AppEntity actionBy)Deprecated.voidAction. setActionBy(AppEntity actionBy)voidAction. setActionFor(AppEntity actionFor)voidAction. setActionOn(AppEntity actionOn)voidConversation. setConversationWith(AppEntity conversationWith)voidBaseMessage. setReceiver(AppEntity receiver)
-