deviceResourcePath abstract method

ConfigurationBuilder deviceResourcePath(
  1. String deviceResourcePath
)

Sets the device management resource URL path.

For the default value please see the native API references.

Params:

  • deviceResourcePath: the device management resource URL path.

Returns: a ConfigurationBuilder object.

Implementation

ConfigurationBuilder deviceResourcePath(String deviceResourcePath);