AccountLoginTrait.LoggedOut

interface AccountLoginTrait.LoggedOut : ClusterStruct


Indicates that the current user account has logged out of the content app.

Summary

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

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

Public properties

UByte?

The fabric index associated with this event.

ULong?

The node ID of the user account that was logged out, if that node ID is available.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

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

Public properties

fabricIndex

val fabricIndexUByte?

The fabric index associated with this event.

node

val nodeULong?

The node ID of the user account that was logged out, if that node ID is available.