DoorLock.LockUserChangeEvent

class DoorLock.LockUserChangeEvent : Event, DoorLockTrait.LockUserChange


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.matter.standard.DoorLockTrait.LockUserChange
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.matter.standard.DoorLockTrait.LockUserChange
open UShort?

The index of the item that was changed in the list of items identified by lockDataType.

open DoorLockTrait.DataOperationTypeEnum?

The data operation performed on the lock data.

open UByte?

The fabric that performed the user data change.

open DoorLockTrait.LockDataTypeEnum?

The lock data type that changed.

open DoorLockTrait.OperationSourceEnum?

The source of the user data change.

open ULong?

The node that performed the user data change.

open UShort?

The user who performed the user data change.

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.