Ejemplo n.º 1
0
 /// <summary>
 /// Open the url for the documentation micro site.
 ///
 /// This method will also generate the site locally if needed.
 /// </summary>
 /// <param name="packageName">eg: com.unity.package-manager-ui</param>
 /// <param name="shortVersionId">eg: [email protected] (note: not @1.2.0)</param>
 /// <param name="isEmbedded">If the package is embedded</param>
 /// <param name="isInstalled">If the package is currently installed</param>
 internal void View(string packageName, string shortVersionId, bool isEmbedded, bool isInstalled)
 {
     Builder.OpenPackageUrl(packageName, shortVersionId, isEmbedded, isInstalled);
 }