get Config Value
+ Gets the value of a supported foundation configuration
Return
Value of the configuration from the device.
Parameters
- The configuration for which the value must be fetched.
diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-config-value.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-config-value.html new file mode 100644 index 0000000..4144926 --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-config-value.html @@ -0,0 +1,71 @@ + + +
+ +Gets the value of a supported foundation configuration
Value of the configuration from the device.
- The configuration for which the value must be fetched.
Returns all the config names supported on the device.
List of the supported configs
Gets if the config supported by the device
Boolean (true - config is supported on the device; false - otherwise)
- The name of the config to be checked.
Allows to set the value of a supported configuration
- The configuration to be set
- The new value of the configuration to be set
Esper Foundation is the leading commercial Android build for x86 and ARM hardware. Whether you're starting with bare metal or already managing an Android device fleet in the hundreds or thousands, Foundation is ready to meet you at your scale and your needs.
Foundation SDK provides API to access the customizations and features available inside Esper Foundation. To use the SDK in your project, configure gradle as follows:
In the project level build.gradle, add the following:
allprojects {
repositories {
// ...
maven {
url "https://artifact.esper.io/artifactory/esper-device-sdk/"
}
// ...
}
}
In the module level build.gradle, add the following:
dependencies {
// .....
implementation "io.esper.foundation:foundationsdk:6.2.6"
// ....
}
Esper Foundation is the leading commercial Android build for x86 and ARM hardware. Whether you're starting with bare metal or already managing an Android device fleet in the hundreds or thousands, Foundation is ready to meet you at your scale and your needs.
Foundation SDK provides API to access the customizations and features available inside Esper Foundation. To use the SDK in your project, configure gradle as follows:
In the project level build.gradle, add the following:
allprojects {
repositories {
// ...
maven {
url "https://artifact.esper.io/artifactory/esper-device-sdk/"
}
// ...
}
}
In the module level build.gradle, add the following:
dependencies {
// .....
implementation "io.esper.foundation:foundationsdk:7.0.11"
// ....
}