PxSDK Class

@interface PxSDK : NSObject

SDK-wide information, such as the version of the Document Scanning SDK.

Type Properties

NameSummary
buildStringThe SDK build number string.
commitHashStringThe Git commit hash the SDK was built from, or an empty string if unavailable.
versionStringThe SDK marketing version string (for example, 3.0.0).

Relationships

Inherits From

  • NSObject
Top