Example #1
0
 /// <summary>
 /// Read the URL that opened the application to search for
 /// an adjust deep link
 /// </summary>
 /// <param name="url">The url that open the application</param>
 public static void AppWillOpenUrl(Uri uri)
 {
     AdjustInstance.AppWillOpenUrl(uri);
 }
Example #2
0
 /// <summary>
 /// Read the URL that opened the application to search for
 /// an adjust deep link
 /// </summary>
 /// <param name="url">The url that open the application</param>
 public static void AppWillOpenUrl(Uri url)
 {
     AdjustInstance.AppWillOpenUrl(url, DeviceUtil);
 }