AdjustSdk.UtilWP81.UtilWP81 C# (CSharp) Method

UtilWP81() public method

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