interface com.google.ads.studio.configurable.ConfigurableObject
The interface to use when defining a Configurable object. Any object to be registered with Configurable#register must implement this.
Instance Methods
Defined in com.google.ads.studio.configurable:ConfigurableObject
initConfigurable(config:
ConfigurableTypeBuilder)
:
void
Method called by the Configurable controller when an object is registered. Use the ConfigurableTypeBuilder to build a type definition.