EventFilter

class EventFilter : HistoryFilter.DisjunctiveClause


Event filter using the existing SDK event definitions.

Summary

Constants

const String

Public constructors

Public functions

open String

All filter classes must implement this method so we can generate the string filter.

Public properties

EventFactory<Event>

Inherited functions

From com.google.home.HistoryFilter
infix HistoryFilter

Infix 'AND' extension function.

From com.google.home.HistoryFilter.DisjunctiveClause
infix HistoryFilter.DisjunctiveClause

Infix 'OR' extension function.

Constants

EVENT_FIELD

const val EVENT_FIELDString

Public constructors

EventFilter

EventFilter(event: EventFactory<Event>)

Public functions

toFilterString

open fun toFilterString(): String

All filter classes must implement this method so we can generate the string filter.

Public properties

event

val eventEventFactory<Event>