Client type value in RegisterDisplay (XMDS)

Below is the code snippet from .Net client application –

xmds.RegisterDisplayAsync(
ApplicationSettings.Default.ServerKey,
ApplicationSettings.Default.HardwareKey,
ApplicationSettings.Default.DisplayName,
“windows”,
ApplicationSettings.Default.ClientVersion,
ApplicationSettings.Default.ClientCodeVersion,
Environment.OSVersion.ToString(),
_hardwareKey.MacAddress,
_hardwareKey.Channel,
_hardwareKey.getXmrPublicKey());

If above function from XMDS is used for android platform and client type value used is “windows” instead of “android” - how will this impact the behavior of the client application on android device.

The client type determines the settings the CMS sends back with the register call - if you supply the wrong client type you will get the wrong settings.