Exemple #1
0
 static void ShowSdkUpdateDialog(string newSdkVersion, string url, string upgradeMessage)
 {
     NewVersionPopup.ShowGenericExtensionPopup(sSdkVersion, newSdkVersion, url, upgradeMessage);
 }
Exemple #2
0
 static void ShowGenericSdkUpdateDialog()
 {
     NewVersionPopup.ShowGenericUpdateExtensionPopup(sSdkVersion);
 }
Exemple #3
0
 static void ShowSampleUpdateDialog()
 {
     NewVersionPopup.ShowUpdateSamplePopup(sSdkVersion);
 }
Exemple #4
0
 static void ShowVuforiaNotInstalledPopup()
 {
     NewVersionPopup.ShowExtensionMissingPopup();
 }