/tripkit/TripKitAndroid/com.skedgo.tripkit.notification
Package-level declarations
Functions
| Name | Summary |
|---|---|
| cancelChannelNotifications | fun Context.cancelChannelNotifications(id: Int) |
| createChannel | @RequiresApi(value = 26) fun createChannel(id: String, name: String): NotificationChannel |
| createNotification | fun Context.createNotification(channelId: String, smallIcon: Int? = null, largeIcon: Bitmap? = null, contentTitle: String? = null, contentText: String? = null, groupAlertBehavior: Int? = null, groupKey: String? = null, groupSummary: Boolean = false, sound: Uri? = null, autoCancel: Boolean = true, bigText: String? = null, intent: Intent? = null, priority: Int = NotificationCompat.PRIORITY_DEFAULT): Notification |
| createNotificationChannels | @RequiresApi(value = 26) fun Context.createNotificationChannels(channels: List<NotificationChannel>) |
| fire | fun Notification.fire(context: Context, id: Int? = null) |