SDKConfigurationFile
Object representing a Configuration file It can be a file inside a APK (in assets) or an external file.
Parameters
path
of the file For an Asset File, only file name is required ("file.bin") For Storage File, full path is required (context.filesDir.absolutePath + "/file.bin")
source
source of the file