-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CTInAppNotification implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCTInAppNotification.Companion
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate StringcampaignIdprivate CTInAppTypeinAppTypeprivate BooleanisExcludeFromCapsprivate final JSONObjectactionExtrasprivate final JSONObjectjsonDescriptionprivate StringlandscapeImageUrlprivate IntegermaxPerSessionprivate final List<CTInAppNotificationButton>buttonsprivate BooleanisLandscapeprivate BooleanisPortraitprivate Stringtitleprivate Stringmessageprivate LongtimeToLiveprivate IntegertotalDailyCountprivate IntegertotalLifetimeCountprivate BooleanisLocalInAppprivate BooleanfallBackToNotificationSettingsprivate BooleanisRequestForPushPermission
-
Method Summary
-
-
Method Detail
-
getCampaignId
final String getCampaignId()
-
setCampaignId
final Unit setCampaignId(String campaignId)
-
getInAppType
final CTInAppType getInAppType()
-
setInAppType
final Unit setInAppType(CTInAppType inAppType)
-
getIsExcludeFromCaps
final Boolean getIsExcludeFromCaps()
-
setIsExcludeFromCaps
final Unit setIsExcludeFromCaps(Boolean isExcludeFromCaps)
-
getActionExtras
final JSONObject getActionExtras()
-
getJsonDescription
final JSONObject getJsonDescription()
-
getLandscapeImageUrl
final String getLandscapeImageUrl()
-
setLandscapeImageUrl
final Unit setLandscapeImageUrl(String landscapeImageUrl)
-
getMaxPerSession
final Integer getMaxPerSession()
-
setMaxPerSession
final Unit setMaxPerSession(Integer maxPerSession)
-
getButtons
final List<CTInAppNotificationButton> getButtons()
-
getIsLandscape
final Boolean getIsLandscape()
-
setIsLandscape
final Unit setIsLandscape(Boolean isLandscape)
-
getIsPortrait
final Boolean getIsPortrait()
-
setIsPortrait
final Unit setIsPortrait(Boolean isPortrait)
-
getMessage
final String getMessage()
-
setMessage
final Unit setMessage(String message)
-
getTimeToLive
final Long getTimeToLive()
-
setTimeToLive
final Unit setTimeToLive(Long timeToLive)
-
getTotalDailyCount
final Integer getTotalDailyCount()
-
setTotalDailyCount
final Unit setTotalDailyCount(Integer totalDailyCount)
-
getTotalLifetimeCount
final Integer getTotalLifetimeCount()
-
setTotalLifetimeCount
final Unit setTotalLifetimeCount(Integer totalLifetimeCount)
-
getIsLocalInApp
final Boolean getIsLocalInApp()
-
setIsLocalInApp
final Unit setIsLocalInApp(Boolean isLocalInApp)
-
getFallBackToNotificationSettings
final Boolean getFallBackToNotificationSettings()
-
setFallBackToNotificationSettings
final Unit setFallBackToNotificationSettings(Boolean fallBackToNotificationSettings)
-
getIsRequestForPushPermission
final Boolean getIsRequestForPushPermission()
-
setIsRequestForPushPermission
final Unit setIsRequestForPushPermission(Boolean isRequestForPushPermission)
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
hasStreamMedia
final Boolean hasStreamMedia()
-
-
-
-