Notification Options
class NotificationOptions(var androidChannelId: String = "afcore_default", var androidChannelName: String = "General", var androidChannelImportance: Int = 3)
Represents the options for configuring notifications.
Properties
Link copied to clipboard
The ID of the Android notification channel. Defaults to "afcore_default".
Link copied to clipboard
The importance level of the Android notification channel. Defaults to 3 (NotificationManager.IMPORTANCE_DEFAULT).
Link copied to clipboard
The name of the Android notification channel. Defaults to "General".