Ejemplo n.º 1
0
        public static string GetWindowsAdId()
        {
#if NETFX_CORE
            return(Adjust.GetWindowsAdId());
#else
            return(string.Empty);
#endif
        }
Ejemplo n.º 2
0
 public static string GetWindowsAdId()
 {
     return(Adjust.GetWindowsAdId());
 }