Package-level declarations

Types

Link copied to clipboard
class IncomingMessage(var title: String? = null, var body: String? = null, var deeplink: String? = null, var iconUrl: String? = null, var data: Map<String, String> = emptyMap())

Represents an incoming message.

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

Represents the options for configuring notifications.