/* * Private. */ private void UpdateDeviceInfo() { CurrentDevicePlatform = GetCurrentDevicePlatform(); CurrentDeviceType = DeviceUtil.GetDeviceType(CurrentDevicePlatform); Log.Debug((p, t) => $"Platform: {p} DeviceType: {t}", CurrentDevicePlatform, CurrentDeviceType); }