Class MessageOptionItem

  • All Implemented Interfaces:

    
    public final class MessageOptionItem
    
                        

    UI representation of a Message option, when the user selects a message in the list.

    • Constructor Detail

      • MessageOptionItem

        MessageOptionItem(String optionText, Drawable optionIcon, MessageAction messageAction, Boolean isWarningItem)
        Parameters:
        optionText - The text of the option item.
        optionIcon - The icon of the option item.
        messageAction - The MessageAction the option represents.
        isWarningItem - If the option item is dangerous.