'Tizen::TV::Environment' class Reference

Properties

VersionInfo TizenApiVersion
Returns the Tizen .NET TV API version information. More...

SmartHubConfig SmartHubConfig
Returns the Smart Hub configuration. More...

Public Static Functions


Properties

VersionInfo TizenApiVersion

Returns the Tizen .NET TV API version information.

Remarks

The version information syntax is "Major.Minor.Micro" (for example, "1.0.2").

string apiFullVersion = Environment.TizenApiVersion.ToString(); 

Exceptions

  • TypeInitializationException : Thrown if the system variable was not initialized.

Privilege

None

Privilege Level

Non-privilege

Product

TV

Version

4.4.0

SDK Support

Y


SmartHubConfig SmartHubConfig

Returns the Smart Hub configuration.

Remarks

The Smart Hub configuration setting value.

string country = Environment.SmartHubConfig.Country; 

Exceptions

  • TypeInitializationException : Thrown if the system variable was not initialized.
  • UnauthorizedAccessException : Thrown if the required privilege was not declared.

Privilege

http://developer.samsung.com/privilege/productinfo

Privilege Level

Public

Product

TV

Version

4.4.0

SDK Support

Y


Public Static Functions