New: OnApplicationUpdate Notifications

Fixes #1422

(cherry picked from commit 9e175e28efcfc6ac3e414649b955a10fb0e951e7)
This commit is contained in:
Qstick
2021-12-20 23:12:12 -06:00
parent f5847e9e5b
commit fbdc9f3a13
38 changed files with 320 additions and 6 deletions
@@ -114,6 +114,7 @@ export default {
selectedSchema.onDownloadFailure = selectedSchema.supportsOnDownloadFailure;
selectedSchema.onImportFailure = selectedSchema.supportsOnImportFailure;
selectedSchema.onBookRetag = selectedSchema.supportsOnBookRetag;
selectedSchema.onApplicationUpdate = selectedSchema.supportsOnApplicationUpdate;
return selectedSchema;
});