Notification

data class Notification(id: Long?, type: Int?, date: Long?, dateRFC: String?, users: List<Subsite>?, text: String?, commentText: String?, url: String?, icon: Notification.Icon?)

Parameters

id
type
date
dateRFC
users
text
commentText
url
icon

Название иконки, которая подставляется вместо аватарки.

Constructors

Link copied to clipboard
fun Notification(id: Long? = null, type: Int? = null, date: Long? = null, dateRFC: String? = null, users: List<Subsite>? = null, text: String? = null, commentText: String? = null, url: String? = null, icon: Notification.Icon? = null)

Types

Link copied to clipboard
enum Icon : Enum<Notification.Icon>

Название иконки, которая подставляется вместо аватарки.

Link copied to clipboard
enum Type : Enum<Notification.Type>

Тип уведомления

Properties

Link copied to clipboard
val commentText: String? = null
Link copied to clipboard
val date: Long? = null
Link copied to clipboard
val dateRFC: String? = null
Link copied to clipboard
val icon: Notification.Icon? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard
val type: Int? = null
Link copied to clipboard
val url: String? = null
Link copied to clipboard
val users: List<Subsite>? = null