ConfigUpdate

@AutoValue
abstract class ConfigUpdate


Information about the updated config passed to onUpdate.

Summary

Public constructors

Public functions

java-static ConfigUpdate
create(updatedKeys: (Mutable)Set<String!>)
abstract (Mutable)Set<String!>

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

Public constructors

ConfigUpdate

ConfigUpdate()

Public functions

create

java-static fun create(updatedKeys: (Mutable)Set<String!>): ConfigUpdate

getUpdatedKeys

abstract fun getUpdatedKeys(): (Mutable)Set<String!>

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.