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