GetDeviceBaseName

Description

Returns a string containing the name of the current platform. This will only refer to the base platform, i.e. "windows", "ios", "android", "mac", "linux", or "html5". Use GetDeviceType to get more information about the specific device. This string will always be lower case.

Definition

string GetDeviceBaseName()