ContentAlert

data class ContentAlert(val title: String, val username: String, val content: String) : Alert

Event that is published when an alert about contents is published.

Parameters

title

the title of the post

username

the username of the user that published the comment

content

the content of the comment

Constructors

Link copied to clipboard
constructor(title: String, username: String, content: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard