Update NotificationHolder.kt
This commit is contained in:
parent
ecf0a779c0
commit
85b2d2aeac
|
@ -10,4 +10,5 @@ interface NotificationHolder {
|
|||
var notification: Notification
|
||||
|
||||
fun openAppIntent(context: Context): PendingIntent?
|
||||
}
|
||||
fun createNotificationChannel()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue