initSoftPos

suspend fun initSoftPos(app: Application, licenseFileName: String): WrappedResult<SdkInitResp>

Init the SoftPOS SDK in the application. Require called each time application starts up (app onCreate)

Return

A WrappedResult of SdkInitResp object containing the SDK version and ID.

Parameters

app

The application instance.

licenseFileName

The name of the license file.