SDKUtils Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. provisioning. device. internal. SDKUtils
- com.
public class SDKUtils
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | PROVISIONING_DEVICE_CLIENT_IDENTIFIER |
final String | PROVISIONING_DEVICE_CLIENT_VERSION |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getServiceApiVersion() |
String | getUserAgentString() |
Field Details
PROVISIONING_DEVICE_CLIENT_IDENTIFIER
public static final String PROVISIONING_DEVICE_CLIENT_IDENTIFIER= "com.microsoft.azure.sdk.iot.dps.dps-device-client/"
PROVISIONING_DEVICE_CLIENT_VERSION
public static final String PROVISIONING_DEVICE_CLIENT_VERSION= "2.0.1"
Method Details
getServiceApiVersion
public static String getServiceApiVersion()
getUserAgentString
public static String getUserAgentString()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java