Package-level declarations

Types

Link copied to clipboard
class NotificationsUtil(context: Context, channelName: String = "gi", channelID: String, channelDescription: String = "", enableCustomSound: Boolean = false, @IdRes rawNotificationSound: Int = -1)

Functions

Link copied to clipboard

Removes notification

Link copied to clipboard
inline fun Context.setNotification(id: Int = 0, channelName: String = "Default", builderMethod: NotificationCompat.Builder.() -> Any)