fromFile

@JvmOverloads
fun fromFile(context: Context, fileName: String = "configFile.json", isUserVerificationRequired: Boolean = false): CoreConfiguration

Creates a configuration object from a config file. This object is used to create a CoreClient instance.

Parameters

context

The current Context.

fileName

The name of the configFile. Defaults to "configFile.json".

Throws

IOException