NotificationText

open class NotificationText

Author

Umang Chamaria Date: 14/07/20

Constructors

NotificationText
Link copied to clipboard
open fun NotificationText(title: String, message: String, summary: String)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

message
Link copied to clipboard
val message: String
summary
Link copied to clipboard
val summary: String
title
Link copied to clipboard
val title: String