PushEvents

data class PushEvents(    val matchedEvents: List<Pair<Event, PushRule>>,     val roomsJoined: Collection<String>,     val roomsLeft: Collection<String>,     val redactedEventIds: List<String>)

Constructors

Link copied to clipboard
fun PushEvents(    matchedEvents: List<Pair<Event, PushRule>>,     roomsJoined: Collection<String>,     roomsLeft: Collection<String>,     redactedEventIds: List<String>)

Properties

Link copied to clipboard
val matchedEvents: List<Pair<Event, PushRule>>
Link copied to clipboard
val redactedEventIds: List<String>
Link copied to clipboard
val roomsJoined: Collection<String>
Link copied to clipboard
val roomsLeft: Collection<String>