public class InAppMessageButtonViewUtils
extends java.lang.Object
Constructor and Description |
---|
InAppMessageButtonViewUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
setButtons(java.util.List<android.view.View> buttonViews,
java.util.List<MessageButton> messageButtons)
Sets the appropriate colors for the button text, background, and border.
|
public static void setButtons(java.util.List<android.view.View> buttonViews, java.util.List<MessageButton> messageButtons)
buttonViews
- The destination views for the attributes found in the MessageButton
objects.messageButtons
- The MessageButton
source objects.