getHostApp method
Use this method to retrieve the name that is being used for the host application (browser) property.
Syntax
let configval = config.getHostApp();
config.hostApp = configval;
configval = config.hostApp;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: string