ExtendedAirQuality.AirQualityEvent

class ExtendedAirQuality.AirQualityEvent : Event, ExtendedAirQualityTrait.AirQuality


Summary

Nested types

Descriptor enum for this event's fields.

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

open Id

ID of the Event.

open EventImportance

Importance of the event.

open String

Event name.

open ULong

Event number.

open Instant

Time of the event.

Inherited functions

From com.google.home.google.ExtendedAirQualityTrait.AirQuality
open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Inherited properties

From com.google.home.google.ExtendedAirQualityTrait.AirQuality
open ExtendedAirQualityTrait.AirQualityLevel?

Descriptive air quality level value.

open ExtendedAirQualityTrait.MeasurementLocation?

The location where air quality is measured.

open Int?

Represents the notification level.

open String?

The ID of the device that triggered the event, which may be different than the device transmitting the notification.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

eventId

open val eventIdId

ID of the Event.

eventImportance

open val eventImportanceEventImportance

Importance of the event.

eventName

open val eventNameString

Event name.

eventNumber

open val eventNumberULong

Event number.

timestamp

open val timestampInstant

Time of the event.