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