AdjustSdk.Adjust.GetWindowsAdId C# (CSharp) Method

GetWindowsAdId() public static method

Get the Windows Advertising Id
public static GetWindowsAdId ( ) : string
return string
        public static string GetWindowsAdId()
        {
            return DeviceUtil.ReadWindowsAdvertisingId();
        }