MessageOptionItem

constructor(optionText: String, optionIcon: Drawable, messageAction: MessageAction, isWarningItem: Boolean = false)

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.