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