ServerType Smart Hub Server Type More...
string Country Provides the Smart Hub country configuration value as a string. More...
ServerType Server Provides the Smart Hub server type value. More...
Smart Hub Server Type
http://developer.samsung.com/privilege/productinfo
Public
TV
4.4.0
Y
Provides the Smart Hub country configuration value as a string.
The country value as a string.
SmartHubConfig SmartHubConfig = new SmartHubConfig(Environment.SmartHubConfig); string country = SmartHubConfig.Country; Log.Info(LogTag, "Smart Hub Country Setting : " + country);
Provides the Smart Hub server type value.
The server type.
ServerType
SmartHubConfig SmartHubConfig = new SmartHubConfig(Environment.SmartHubConfig); ServerType server = SmartHubConfig.Server; Log.Info(LogTag, "Smart Hub Server Type : " + server);