Interface UnbluMessageCustomActionInvocation

    • Method Detail

      • getMessageId

        java.lang.String getMessageId()
        Get the ID of the message the action was invoked on.
        Returns:
        The ID of the message as a string.
      • getMessageType

        java.lang.String getMessageType()
        Get the type of the message the action was invoked on.
        Returns:
        The type of the message as a string.
      • getMessageSenderPersonId

        java.lang.String getMessageSenderPersonId()
        Get the ID of the person who sent the message the action was invoked on.
        Returns:
        The ID of the message sender as a string.
      • getMessageSenderPersonDisplayName

        java.lang.String getMessageSenderPersonDisplayName()
        Get the display name of the person who sent the message the action was invoked on.
        Returns:
        The display name of the message sender as a string.
      • getMessageText

        java.lang.String getMessageText()
        Get the text of the message the action was invoked on.
        Returns:
        The text of the message as a string.