rxdogtag / com.uber.rxdogtag / RxDogTag / Configurer
Configurer¶
interface Configurer
Convenience interface to allow custom configurers to hook into a builder to add their own configurations as needed.
See Also Builder#configureWith(Configurer)
Functions¶
| Name | Summary |
|---|---|
| apply | abstract fun apply(builder:RxDogTag.Builder!):UnitCalled to configure the given builder instance as needed. |