AdjustSdk.Adjust.GetWindowsAdId C# (CSharp) 메소드

GetWindowsAdId() 공개 정적인 메소드

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