setApiKeyName

abstract fun setApiKeyName(fileNameWithoutExt: String?): Boolean

Sets the API Key file name, without extension, to be loaded from the application assets\bundle

The SDK will look for an api key file named: fileNameWithoutExt.key

Call with null to clear previously setApiKeyName

Return

true upon success