common-ktx

//library/ss_n.common_ktx.extension/sendNotification

sendNotification

[androidJvm]
fun Context.sendNotification(tag: String? = null, notificationId: Int, channelId: String, sender: PendingIntent, title: String, message: String, @DrawableRessmallIcon: Int, style: NotificationCompat.Style? = null, largeIcon: Bitmap? = null, largeIconRes: Int? = null, isBigStyle: Boolean = false, isAutoCancel: Boolean = false, isFullScreenIntent: Boolean = false)