updateApplication

abstract fun updateApplication(url: String): ResponseStatus

Update the client application from the given url.

Calling this directly from a controller app is not supported, instead to update Controller app call this on an instance returned from targetLocal.

Primary app can be updated by directly calling this from the primary app.

Return

ResponseStatus related to the success of the operation.

Parameters

url

URL from which to download the APK. The package name of this should match with the package name of the app calling this