EventTypeFilter

data class EventTypeFilter(val eventType: String, val stateKey: String?)

Constructors

Link copied to clipboard
fun EventTypeFilter(eventType: String, stateKey: String?)

Properties

Link copied to clipboard
val eventType: String

Allowed event type.

Link copied to clipboard
val stateKey: String?

Allowed state key. Set null if you want to allow all events, otherwise allowed events will be filtered according to the given stateKey.