initialize Core
fun initializeCore(context: Context, params: InitParams, dataDirPath: String = context.filesDir.absolutePath): OneCoreInterface
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 InitParams.bleCentral, InitParams.blePeripheral and InitParams.nativeSecureElement fallback to the default implmementations if not provided