* creates [foundation.e.apps.data.install.models.AppInstall] from [foundation.e.apps.data.application.data.Application] and enqueues into WorkManager to run install process.
* creates [AppInstall] from [Application] and enqueues into WorkManager to run install process.
* @param application represents the app info which will be installed
* @param isAnUpdate indicates the app is requested for update or not
*
@@ -54,7 +51,7 @@ class AppInstallationFacade @Inject constructor(
}
/**
* Enqueues [foundation.e.apps.data.install.models.AppInstall] into WorkManager to run app install process. Before enqueuing,
* Enqueues [AppInstall] into WorkManager to run app install process. Before enqueuing,
* It validates some corner cases
* @param appInstall represents the app downloading and installing related info, example- Installing Status,
* Url of the APK,OBB files are needed to be downloaded and installed etc.