Uses of Class
com.tccc.kos.core.primary.service.ota.OTAService
Packages that use OTAService
-
Uses of OTAService in com.tccc.kos.core.primary.service.ota
Methods in com.tccc.kos.core.primary.service.ota with parameters of type OTAServiceModifier and TypeMethodDescriptiondefault voidOTAListener.onOTAArtifactChanges(OTAService otaService, Collection<OTAArtifact> downloadArtifacts) Called when information about downloaded artifacts changes.default voidOTAListener.onOTAInstallBegin(OTAService otaService) Called when OTA download is complete and the release is about to be installed on the device.default voidOTAListener.onOTAInstallFail(OTAService otaService, String reason) Called when installation fails.default voidOTAListener.onOTAInstallSuccess(OTAService otaService) Called when installation completes successfully.default voidOTAListener.onOTAPausedDueToInvalidManifest(OTAService otaService, String manifestId) Called when OTA is paused due to recurring errors or issues with the manifest.default voidOTAListener.onOTAPendingActivation(OTAService otaService, String pendingManifestId) Called when a release has been installed and activation is pending.default voidOTAListener.onOTAStart(OTAService otaService, String targetManifestId) Called whentargetManifestIdis set, which will cause the OTA process to start downloading artifacts.default voidOTAListener.onOTAStop(OTAService otaService) Called whentargetManifestIdis set to null, which indicates that the OTA service is not currently attempting to download any artifacts.Constructors in com.tccc.kos.core.primary.service.ota with parameters of type OTAServiceModifierConstructorDescriptionOTAArtifact(OTAService service, String id, BaseManifestArtifact artifact, String error) Constructor for a an artifact to download