CameraEventTypeFilter

sealed class CameraEventTypeFilter : HistoryFilter.DisjunctiveClause


Filter by Camera Event Type.

Summary

Public companion functions

CameraEventTypeFilter?
fromString(eventType: String)

Protected constructors

Public functions

open String

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

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

CAMERA_EVENT_TYPE_FIELD

const val CAMERA_EVENT_TYPE_FIELDString

Public companion functions

fromString

fun fromString(eventType: String): CameraEventTypeFilter?

Protected constructors

CameraEventTypeFilter

protected CameraEventTypeFilter(eventType: String)

Public functions

toFilterString

open fun toFilterString(): String

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