Skip to main content

Initialization

You can initialize the SDK with the following code:

Dockware.builder
.sharedPreferences(preferences) # (optional)
.apiKey(BuildConfig.EXTERNAL_API_KEY)
.build()

The dockware instance can be accessed anywhere with the syntax:

Dockware.instance