ConnectedDevicesPlatformSettings Class
- java.
lang. Object - NativeBase
- com.
microsoft. connecteddevices. ConnectedDevicesPlatformSettings
- com.
public class ConnectedDevicesPlatformSettings
Allows application developers to provide initial settings to the ConnectedDevices platform.
Constructor Summary
Constructor | Description |
---|---|
ConnectedDevicesPlatformSettings() |
Creates and initializes a new instance of this class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getStoragePath()
Get the storage path for storing the ConnectedDevices platform persisted files. |
void |
setStoragePath(@Nullable String path)
Set the storage path for storing the ConnectedDevices platform persisted files. |
Constructor Details
ConnectedDevicesPlatformSettings
public ConnectedDevicesPlatformSettings()
Creates and initializes a new instance of this class.
Method Details
getStoragePath
public String getStoragePath()
Get the storage path for storing the ConnectedDevices platform persisted files.
Returns:
setStoragePath
public void setStoragePath(@Nullable String path)
Set the storage path for storing the ConnectedDevices platform persisted files.
Parameters: