-
- All Implemented Interfaces:
-
com.batch.android.BatchInAppMessage.Content
public class BatchAlertContent implements BatchInAppMessage.Content
Model for the content of an Alert In-App/Landing message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBatchAlertContent.CTA
-
Field Summary
Fields Modifier and Type Field Description private StringtrackingIdentifierprivate Stringtitleprivate Stringbodyprivate StringcancelLabelprivate BatchAlertContent.CTAacceptCTA
-
Method Summary
Modifier and Type Method Description StringgetTrackingIdentifier()StringgetTitle()StringgetBody()StringgetCancelLabel()BatchAlertContent.CTAgetAcceptCTA()-
-
Method Detail
-
getTrackingIdentifier
@Nullable() String getTrackingIdentifier()
-
getCancelLabel
@Nullable() String getCancelLabel()
-
getAcceptCTA
@Nullable() BatchAlertContent.CTA getAcceptCTA()
-
-
-
-