ObserveAppFunctionsEvent.StatesChanged


public final class ObserveAppFunctionsEvent.StatesChanged extends 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(@NonNull Set<@NonNull AppFunctionName> changedFunctionNames)

Public methods

boolean
equals(Object other)
final @NonNull Set<@NonNull AppFunctionName>

The set of AppFunctionNames representing functions whose state has changed.

int
@NonNull String

Public constructors

StatesChanged

Added in 1.0.0-alpha12
public StatesChanged(@NonNull Set<@NonNull AppFunctionName> changedFunctionNames)

Public methods

equals

public boolean equals(Object other)

getChangedFunctionNames

Added in 1.0.0-alpha12
public final @NonNull Set<@NonNull AppFunctionName> getChangedFunctionNames()

The set of AppFunctionNames representing functions whose state has changed.

hashCode

public int hashCode()

toString

public @NonNull String toString()