setResourcePaths

@Since(version = 1)
abstract fun setResourcePaths(resourcePaths: ResourcesParameters, callback: ResourcesCallback): SdkReleasable

Provides information related to resources needed by the navigation application.

Return

An instance of SdkReleasable to manage the lifecycle of the callback.

Parameters

resourcePaths

Object containing resource paths.

callback

The callback to be invoked when the operation is complete.