Package-level declarations
Types
Link copied to clipboard
object MeiroNotifications
Link copied to clipboard
data class PushNotificationsConfiguration @JvmOverloads constructor(val pushEnabled: Boolean = true, var accentColor: Int? = null, var channelName: String = DEFAULT_NOTIFICATION_CHANNEL_NAME, var channelDescription: String = DEFAULT_NOTIFICATION_CHANNEL_DESCRIPTION, var channelId: String = DEFAULT_NOTIFICATION_CHANNEL_ID, @DrawableRes var pushIconResId: Int? = null)
Configuration for displaying push notifications