Class CustomButton
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.CustomButton
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CustomButtonMixinAnnotations
Class that holds the data for an Custom Button, and some comparison methods
- Since:
- 5/31/14
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getTitle()
boolean
isEquals
(CustomButton customButton) setBackgroundColor
(String mBackgroundColor) setContentSchedule
(Schedule mContentSchedule) setContentType
(String mContentType) setDescription
(String mDescription) setDialogImageUrl
(String mDialogImageUrl) setFeaturedImageUrl
(String mFeaturedImageUrl) protected void
setLegacyChannelColor
(String channelColor) protected void
setLegacyChannelContent
(String channelContent) protected void
setLegacyChannelLabel
(String channelLabel) protected void
setLegacyImageUrl
(String imageUrl) setMoreInfoUrl
(String mMoreInfoUrl) setThumbnailImageUrl
(String mThumbnailImageUrl) toString()
-
Field Details
-
TEXT_MESSAGE
- See Also:
-
IMAGE_BUTTON
- See Also:
-
BANNER_BUTTON
- See Also:
-
OFFER_BUTTON
- See Also:
-
OFFER_BUTTON_TYPE
public static final int OFFER_BUTTON_TYPE- See Also:
-
TEXT_BUTTON_TYPE
public static final int TEXT_BUTTON_TYPE- See Also:
-
-
Constructor Details
-
CustomButton
public CustomButton()
-
-
Method Details
-
toString
-
getContentType
-
getId
-
getTitle
-
getFeaturedImage
-
getBackgroundColor
-
getDescription
-
getMoreInfoUrl
-
getContentSchedule
-
getDialogImageUrl
-
getThumbnailImageUrl
-
setContentType
-
setId
-
setTitle
-
setFeaturedImageUrl
-
setBackgroundColor
-
setDescription
-
setMoreInfoUrl
-
setContentSchedule
-
setDialogImageUrl
-
setThumbnailImageUrl
-
isEquals
-
setLegacyChannelLabel
-
setLegacyChannelColor
-
setLegacyChannelContent
-
setLegacyImageUrl
-