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 class
Call
Call class provides information about call MessagesMethods in com.cometchat.pro.core that return AppEntity Modifier and Type Method Description AppEntity
Call. getCallInitiator()
Get call initiator entity(User/Group)AppEntity
Call. getCallReceiver()
Get call receiver entity(User/Group)Methods in com.cometchat.pro.core with parameters of type AppEntity Modifier and Type Method Description void
Call. setCallInitiator(AppEntity callInitiator)
void
Call. setCallReceiver(AppEntity callReceiver)
-
Uses of AppEntity in com.cometchat.pro.models
Subclasses of AppEntity in com.cometchat.pro.models Modifier and Type Class Description class
Action
Action
class provides information about the action performed
class
BaseMessage
BaseMessage class provides information about messageclass
CustomMessage
Created by adityagokula on 12/03/19.class
Group
Created by adityagokula on 12/09/18.class
GroupMember
Created by adityagokula on 30/10/18.class
MediaMessage
Created by adityagokula on 11/09/18.class
TextMessage
Created by adityagokula on 08/09/18.class
User
Created by adityagokula on 04/09/18.Fields in com.cometchat.pro.models declared as AppEntity Modifier and Type Field Description protected AppEntity
BaseMessage. receiver
Methods in com.cometchat.pro.models that return AppEntity Modifier and Type Method Description AppEntity
Action. getActioBy()
Deprecated.AppEntity
Action. getActionBy()
Get Entity(User/Group) details which performed the actionAppEntity
Action. getActionFor()
Get details of the Entity(User/Group) that the action was performed forAppEntity
Action. getActionOn()
Get details of the Entity(User/Group) that the action was performed forAppEntity
Conversation. getConversationWith()
AppEntity
BaseMessage. 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 void
Action. setActioBy(AppEntity actionBy)
Deprecated.void
Action. setActionBy(AppEntity actionBy)
void
Action. setActionFor(AppEntity actionFor)
void
Action. setActionOn(AppEntity actionOn)
void
Conversation. setConversationWith(AppEntity conversationWith)
void
BaseMessage. setReceiver(AppEntity receiver)
-