NotificationsUtil
Constructors
Functions
Link copied to clipboard
fun buildNotification(message: String, title: String, @IdRes notificationDrawable: Int): Notification?
Link copied to clipboard
fun createExpandableNotification(id: String, message: String, title: String, @IdRes notificationDrawable: Int): Notification?
Link copied to clipboard
fun createExpandableNotificationWithPendingIntent(id: String, message: String, title: String, @IdRes notificationDrawable: Int, pendingIntent: PendingIntent): Notification?
Link copied to clipboard
fun createNotification(id: String, message: String, title: String, @IdRes notificationDrawable: Int): Notification?
Link copied to clipboard
fun createNotificationWithPendingIntent(id: String, message: String, title: String, @IdRes notificationDrawable: Int, pendingIntent: PendingIntent): Notification?