Class NotificationChannelConfig
-
- All Implemented Interfaces:
public final class NotificationChannelConfigNotification channel config
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIDprivate final StringchannelNameprivate final Stringdescriptionprivate final Integerimportanceprivate final BooleanenableLightsprivate final IntegerlightColorprivate final BooleanenableVibrationprivate final LongArrayvibrationPatternprivate final BooleanenableBadge
-
Constructor Summary
Constructors Constructor Description NotificationChannelConfig(String channelID, String channelName, String description, Integer importance, Boolean enableLights, Integer lightColor, Boolean enableVibration, LongArray vibrationPattern, Boolean enableBadge)
-
Method Summary
Modifier and Type Method Description final StringgetChannelID()final StringgetChannelName()final StringgetDescription()final IntegergetImportance()final BooleangetEnableLights()final IntegergetLightColor()final BooleangetEnableVibration()final LongArraygetVibrationPattern()final BooleangetEnableBadge()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getChannelID
final String getChannelID()
-
getChannelName
final String getChannelName()
-
getDescription
final String getDescription()
-
getImportance
final Integer getImportance()
-
getEnableLights
final Boolean getEnableLights()
-
getLightColor
final Integer getLightColor()
-
getEnableVibration
final Boolean getEnableVibration()
-
getVibrationPattern
final LongArray getVibrationPattern()
-
getEnableBadge
final Boolean getEnableBadge()
-
equals
Boolean equals(Object other)
-
hashCode
Integer hashCode()
-
-
-
-