Interface ConversationRecipientInfo


public interface ConversationRecipientInfo
Interface representing the information about the recipient of a conversation.
  • Method Details

    • getType

      Returns the type of a conversation recipient.
      Returns:
      a field representing the participation type.
    • getName

      String getName()
      Returns the name of the recipient.
      Returns:
      the recipient's name.
    • getOnlineState

      String getOnlineState()
      Returns the recipient's online state. Can either be online, offline, or away.
      Returns:
      a string representing the recipient's online state.
    • getTargetId

      String getTargetId()
      Returns the recipient target ID.
      Returns:
      a string representing the recipient target ID.
    • getAvatarUrl

      String getAvatarUrl()
      Returns the URL of the recipient's avatar.
      Returns:
      a string representing the URL of the recipient's avatar.
    • getAvatarId

      @Deprecated default String getAvatarId()
      Deprecated.
      Use getAvatarUrl() instead.