RadarTrackingOptionsForegroundService

data class RadarTrackingOptionsForegroundService(text: String?, title: String?, icon: Int?, updatesOnly: Boolean, activity: String?, importance: Int?, id: Int?, channelName: String?)

Types

Companion
Link copied to clipboard
object Companion

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

activity
Link copied to clipboard
val activity: String? = null
Determines the activity to start when the notification is tapped, like "com.yourapp.MainActivity".
channelName
Link copied to clipboard
val channelName: String? = null
Determines the user-facing channel name, which can be viewed in notification settings for the application.
icon
Link copied to clipboard
val icon: Int? = null
Determines the notification icon, like R.drawable.ic_your_icon.
id
Link copied to clipboard
val id: Int? = null
Determines the id of the notification.
importance
Link copied to clipboard
val importance: Int? = null
Determines the importance of the notification, one of android.app.NotificationManager.IMPORTANCE_*.
text
Link copied to clipboard
val text: String? = null
Determines the notification text.
title
Link copied to clipboard
val title: String? = null
Determines the notification title.
updatesOnly
Link copied to clipboard
val updatesOnly: Boolean = false
Determines when to show the notification.