NotificationOptions

class NotificationOptions(var androidChannelId: String = "afcore_default", var androidChannelName: String = "General", var androidChannelImportance: Int = 3)

Represents the options for configuring notifications.

Constructors

Link copied to clipboard
constructor(androidChannelId: String = "afcore_default", androidChannelName: String = "General", androidChannelImportance: Int = 3)

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".

Functions

Link copied to clipboard
open override fun toString(): String