-
public final class RadarNotificationOptionsAn options class used to configure local notifications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRadarNotificationOptions.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringiconStringprivate final StringiconColorprivate final StringforegroundServiceIconStringprivate final StringforegroundServiceIconColorprivate final StringeventIconStringprivate final StringeventIconColorprivate final StringdeepLink
-
Method Summary
Modifier and Type Method Description final StringgetIconString()Determines the name of the asset to be used for notifications. final StringgetIconColor()Determines the background color of used for notifications. final StringgetForegroundServiceIconString()Determines the name of the asset to be used for forgroundService notifications. final StringgetForegroundServiceIconColor()Determines the name of the asset to be used for forgroundService notifications. final StringgetEventIconString()Determines the name of the asset to be used for event notifications. final StringgetEventIconColor()Determines the name of the asset to be used for event notifications. final StringgetDeepLink()Determines the deep link to be used for event notifications. final JSONObjecttoJson()final StringgetForegroundServiceIcon()final StringgetForegroundServiceColor()final StringgetEventIcon()final StringgetEventColor()-
-
Method Detail
-
getIconString
final String getIconString()
Determines the name of the asset to be used for notifications. Optional, defaults to app icon.
-
getIconColor
final String getIconColor()
Determines the background color of used for notifications. Optional.
-
getForegroundServiceIconString
final String getForegroundServiceIconString()
Determines the name of the asset to be used for forgroundService notifications. Optional, defaults to iconString.
-
getForegroundServiceIconColor
final String getForegroundServiceIconColor()
Determines the name of the asset to be used for forgroundService notifications. Optional, defaults to iconString.
-
getEventIconString
final String getEventIconString()
Determines the name of the asset to be used for event notifications. Optional, defaults to iconString.
-
getEventIconColor
final String getEventIconColor()
Determines the name of the asset to be used for event notifications. Optional, defaults to iconString.
-
getDeepLink
final String getDeepLink()
Determines the deep link to be used for event notifications. Optional.
-
toJson
final JSONObject toJson()
-
getForegroundServiceIcon
final String getForegroundServiceIcon()
-
getForegroundServiceColor
final String getForegroundServiceColor()
-
getEventIcon
final String getEventIcon()
-
getEventColor
final String getEventColor()
-
-
-
-