Interface ConversationContext
-
public interface ConversationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMeInitiator()Initiator of the conversation getstrue, target of the conversation getsfalse.booleanisToMeOpened()Gettrueif receiving messages from the partner is possible.booleanisToPartnerOpened()Gettrueif sending messages to the partner is possible.
-
-
-
Method Detail
-
isToPartnerOpened
boolean isToPartnerOpened()
Gettrueif sending messages to the partner is possible.- Returns:
trueif sending messages to the partner is possible
-
isMeInitiator
boolean isMeInitiator()
Initiator of the conversation getstrue, target of the conversation getsfalse.- Returns:
trueto initiator of the conversation.
-
isToMeOpened
boolean isToMeOpened()
Gettrueif receiving messages from the partner is possible.- Returns:
trueif receiving messages from the partner is possible
-
-