initialSetup

suspend fun initialSetup(context: Context, builderAction: SetupOptionBuilder.() -> Unit? = null): SetupResp

Performs the initial setup for the SoftPOS. Only require called once per app installation.

Return

The setup response containing the results of the setup process.

Parameters

context

The application/ activity context.

builderAction

Configure the setup options.