NotificationUtils

object NotificationUtils

Functions

removeNotification
Link copied to clipboard
fun removeNotification(context: Context, id: Int)
sendNotification
Link copied to clipboard
fun sendNotification(context: Context, title: String, text: String = "", @DrawableRes icon: Int, intent: Intent): Int