Debology.Debby.Modules.Adjust Namespace
| Classes | |
|---|---|
| AdjustableUtils | Utility extension methods for working with AdjustableValues. |
| AdjustableValue<T> | A flexible adjustable value that can work with stored values or getter/setter functions. You should use this if you want to add controls to Adjust at runtime. |
| Interfaces | |
|---|---|
| IAdjustableValue<T> | Interface for adjustable values of a specific type. |
| IAdjustModule | The API for interacting with the Adjust module. This can be accessed via Adjust. |
| IContextBuilder | Allows you to build an Adjust context dynamically at runtime. |