AdjustSdk.UtilUAP10.UtilUAP10 C# (CSharp) Метод

UtilUAP10() публичный Метод

public UtilUAP10 ( ) : System
Результат System
        public UtilUAP10()
        {
            // must be called from the UI thread
            var coreWindow = CoreWindow.GetForCurrentThread();
            if (coreWindow != null)
                Dispatcher = coreWindow.Dispatcher;
        }