ConfigUpdate

@AutoValue
public abstract class ConfigUpdate


Information about the updated config passed to onUpdate.

Summary

Public constructors

Public methods

static @NonNull ConfigUpdate
create(@NonNull Set<String> updatedKeys)
abstract @NonNull Set<String>

Parameter keys whose values have been updated from the currently activated values.

Public constructors

ConfigUpdate

public ConfigUpdate()

Public methods

create

public static @NonNull ConfigUpdate create(@NonNull Set<String> updatedKeys)

getUpdatedKeys

public abstract @NonNull Set<StringgetUpdatedKeys()

Parameter keys whose values have been updated from the currently activated values. Includes keys that are added, deleted, and whose value, value source, or metadata has changed.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.