Beispiel #1
0
        /*
         * Private.
         */

        private void UpdateDeviceInfo()
        {
            CurrentDevicePlatform = GetCurrentDevicePlatform();
            CurrentDeviceType     = DeviceUtil.GetDeviceType(CurrentDevicePlatform);

            Log.Debug((p, t) => $"Platform: {p} DeviceType: {t}", CurrentDevicePlatform, CurrentDeviceType);
        }