Fairmatic Trip Notification
class FairmaticTripNotification(val title: String, val content: String, @DrawableRes val iconId: Int)
Used to encapsulate a notification along with a notification ID.
Parameters
title
The title of the notification.
content
The content of the notification.
icon Id
The icon resource ID of the notification.