TripNotificationContainer

data class TripNotificationContainer(val channel: NotificationChannel, val notification: Notification, val notificationId: Int)

This class is used to bundle together all the necessary components for displaying a trip-related notification.

Constructors

Link copied to clipboard
constructor(channel: NotificationChannel, notification: Notification, notificationId: Int)

Properties

Link copied to clipboard

The notification channel that defines how this notification should be displayed.

Link copied to clipboard

The notification object containing the actual content to be displayed.

Link copied to clipboard

Unique identifier for this notification instance.