AdjustSdk.UtilWS.UtilWS C# (CSharp) Method

UtilWS() public method

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