Builder
Functions
Link copied to clipboard
Configures the SDK to use API Key authentication. This is mutually exclusive with custom Auth plugins.
Link copied to clipboard
Finalizes configuration and creates the global Dockware.Companion.instance.
Link copied to clipboard
Sets the context instance used by the SDK.
Link copied to clipboard
open override fun <C : Any> plugin(plugin: DockwarePlugin<C>, configure: C.() -> Unit = {}): DockwareSdk.Builder
Registers a plugin for use with the SDK.