AdjustSdk.UtilUAP10.UtilUAP10 C# (CSharp) Method

UtilUAP10() public method

public UtilUAP10 ( ) : System
return System
        public UtilUAP10()
        {
            // must be called from the UI thread
            var coreWindow = CoreWindow.GetForCurrentThread();
            if (coreWindow != null)
                Dispatcher = coreWindow.Dispatcher;
        }