ObserveAppFunctionsEvent.StatesChanged


class ObserveAppFunctionsEvent.StatesChanged : ObserveAppFunctionsEvent


Triggered when the runtime state of one or more app functions changes.

Upon receiving this notification, clients can call AppFunctionManager.getAppFunctionStates to retrieve the updated AppFunctionState for the affected functions.

Summary

Public constructors

StatesChanged(changedFunctionNames: Set<AppFunctionName>)

Public functions

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

Public properties

Set<AppFunctionName>

The set of AppFunctionNames representing functions whose state has changed.

Public constructors

StatesChanged

Added in 1.0.0-alpha12
StatesChanged(changedFunctionNames: Set<AppFunctionName>)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

changedFunctionNames

Added in 1.0.0-alpha12
val changedFunctionNamesSet<AppFunctionName>

The set of AppFunctionNames representing functions whose state has changed.