Dockware

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
data class Dimensions(val width: Float? = null, val length: Float? = null, val height: Float? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface ScanCaptureData
Link copied to clipboard
sealed interface UploadStatus

Properties

Link copied to clipboard

Repository for accessing organization-level data and settings.

Link copied to clipboard
open override val profile: ProfileRepository

Repository for managing the current user's profile and authentication status.

Link copied to clipboard
open override val settings: SettingsRepository

Repository for managing device-specific configurations and API versions.

Link copied to clipboard
open override val shipments: ShipmentsRepository

The main repository for shipment management, scan history, and sharing.

Functions

Link copied to clipboard
open override fun <T : Any> getPlugin(key: String): T?

Lazily fetches the plugin instance from the graph only when called.

Link copied to clipboard
open override fun startCaptureActivities(context: Context, collectProcessedResults: Boolean): Dockware.CaptureActivitiesSession

A combined workflow that launches Document Capture first, followed immediately by Object Capture.

Link copied to clipboard

Launches the UI for capturing document images (e.g., Pick Tickets).

Link copied to clipboard
open override fun startObjectCaptureActivity(context: Context, collectProcessedResults: Boolean): Dockware.ObjectCaptureSession

Launches the UI for 3D object dimensioning and scanning.