toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.notifications
/
setNotification
set
Notification
inline
fun
Context
.
setNotification
(
id
:
Int
=
0
,
channelName
:
String
=
"Default"
,
builderMethod
:
NotificationCompat.Builder
.
(
)
->
Any
)