startRemoteActivity
suspend fun startRemoteActivity(nodeId: String, config: <Error class: unknown class>): <Error class: unknown class>
Launch an activity, which belongs to the same app (same package name), on the specified node.
ActivityConfig.getClassFullName should be a fully qualified class name, such as, "com.example.project.SampleActivity".
This call requires that the same app is installed on the specified node, otherwise a AppHelperResultCode.APP_HELPER_RESULT_TIMEOUT is expected. See AppHelperNodeStatus.appInstallationStatus in order to check the installation status.