-
public final class PushNotificationsConfigurationConfiguration for displaying push notifications
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanpushEnabledprivate IntegeraccentColorprivate StringchannelNameprivate StringchannelDescriptionprivate StringchannelIdprivate IntegerpushIconResId
-
Method Summary
Modifier and Type Method Description final BooleangetPushEnabled()final IntegergetAccentColor()final UnitsetAccentColor(Integer accentColor)final StringgetChannelName()final UnitsetChannelName(String channelName)final StringgetChannelDescription()final UnitsetChannelDescription(String channelDescription)final StringgetChannelId()final UnitsetChannelId(String channelId)final IntegergetPushIconResId()final UnitsetPushIconResId(Integer pushIconResId)-
-
Method Detail
-
getPushEnabled
final Boolean getPushEnabled()
-
getAccentColor
final Integer getAccentColor()
-
setAccentColor
final Unit setAccentColor(Integer accentColor)
-
getChannelName
final String getChannelName()
-
setChannelName
final Unit setChannelName(String channelName)
-
getChannelDescription
final String getChannelDescription()
-
setChannelDescription
final Unit setChannelDescription(String channelDescription)
-
getChannelId
final String getChannelId()
-
setChannelId
final Unit setChannelId(String channelId)
-
getPushIconResId
final Integer getPushIconResId()
-
setPushIconResId
final Unit setPushIconResId(Integer pushIconResId)
-
-
-
-