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.

PartDescription
UI ComponentsA set of UI components which you can use out of the box.
HooksHooks allow you to interact with the SDK programmatically.
EventsLifecycle events to listen.
UtilitiesUtilities to help you do common tasks easily.
Object ReferencesObject References used to represent different kinds of entities.

Was this page helpful?