SDK Index
There are two distinct parts to the SDK, the first being the visual components which use can use and customise out of the box and the second being ways of programmatically interacting with Dynamic. There are three different ways of interacting with the SDK programmatically: Hooks, Callbacks and Utilities. Supporting both of the UI and programmatic elements are the Object References, which the SDK uses to represent different kinds of entities.
Part | Description |
---|---|
UI Components | A set of UI components which you can use out of the box. |
Hooks | Hooks allow you to interact with the SDK programmatically. |
Events | Lifecycle events to listen. |
Utilities | Utilities to help you do common tasks easily. |
Object References | Object References used to represent different kinds of entities. |