toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.notifications
/
NotificationsUtil
/
createNotificationWithPendingIntent
create
Notification
With
Pending
Intent
fun
createNotificationWithPendingIntent
(
id
:
String
,
message
:
String
,
title
:
String
,
@
IdRes
notificationDrawable
:
Int
,
pendingIntent
:
PendingIntent
)
:
Notification
?