initialize Core
fun initializeCore(context: Context, params: InitParamsDto, dataDirPath: String = context.filesDir.absolutePath): OneCoreBindingInterface
Creates a new instance of Procivis ONE Core SDK
Parameters
context
Android application context
params
Additional optional init parameters
data Dir Path
Optional directory where ONE Core SDK should persist its data
Note that InitParamsDto.bleCentral, InitParamsDto.blePeripheral and InitParamsDto.nativeSecureElement fallback to the default implmementations if not provided