FairmaticTripNotification

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.

iconId
  • The icon resource ID of the notification.

Constructors

Link copied to clipboard
constructor(title: String, content: String, @DrawableRes iconId: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val iconId: Int
Link copied to clipboard
Link copied to clipboard