ServiceNotificationUtils

object ServiceNotificationUtils

Functions

Link copied to clipboard
fun getForegroundNotification(    context: Context,     smallIconId: Int,     largeIconId: Int,     title: String?,     body: String?): Notification
Link copied to clipboard
fun updateNotificationProperties(    context: Context,     smallIconId: Int,     largeIconId: Int,     title: String?,     body: String?,     notificationId: Int)