installOnNode

abstract suspend fun installOnNode(nodeId: String): <Error class: unknown class>

Launches to the appropriate store on the specified node to allow installation of the app.

Return

AppHelperResultCode with code for either success or error. In case of error APP_HELPER_RESULT_TEMPORARILY_UNAVAILABLE, users should be educated to bring the device to proximity, as per docs of RemoteActivityHelper.availabilityStatus.

Parameters

nodeId

The node to launch on.

Throws

when uri for the app store is not provided and this function is called for a node that is iOS.