Interface ConversationContext



  • public interface ConversationContext
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isMeInitiator​()
      Initiator of the conversation gets true, target of the conversation gets false.
      boolean isToMeOpened​()
      Get true if receiving messages from the partner is possible.
      boolean isToPartnerOpened​()
      Get true if sending messages to the partner is possible.
    • Method Detail

      • isToPartnerOpened

        boolean isToPartnerOpened​()
        Get true if sending messages to the partner is possible.
        Returns:
        true if sending messages to the partner is possible
      • isMeInitiator

        boolean isMeInitiator​()
        Initiator of the conversation gets true, target of the conversation gets false.
        Returns:
        true to initiator of the conversation.
      • isToMeOpened

        boolean isToMeOpened​()
        Get true if receiving messages from the partner is possible.
        Returns:
        true if receiving messages from the partner is possible