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 @@ + + + + + getConfigValue + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

getConfigValue

+
+

Gets the value of a supported foundation configuration

Return

Value of the configuration from the device.

Parameters

name

- The configuration for which the value must be fetched.

Throws

+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-instance.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-instance.html new file mode 100644 index 0000000..74aedb2 --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-instance.html @@ -0,0 +1,71 @@ + + + + + getInstance + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

getInstance

+
+
public static EsperConfigManager getInstance(Context context)
+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-supported-config-names.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-supported-config-names.html new file mode 100644 index 0000000..d81bb6d --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-supported-config-names.html @@ -0,0 +1,71 @@ + + + + + getSupportedConfigNames + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

getSupportedConfigNames

+
+

Returns all the config names supported on the device.

Return

List of the supported configs

Throws

+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/index.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/index.html new file mode 100644 index 0000000..790c3d0 --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/index.html @@ -0,0 +1,245 @@ + + + + + EsperConfigManager + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

EsperConfigManager

+
public class EsperConfigManager extends AbstractManager<Service>
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
public final static String ERROR_GET_CONFIG
Error string returned when there is a failure in getting the config value from device
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public final static String ERROR_INVALID_CONFIG
Error string returned when config name is invalid.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public final static String PERSIST_LOGS_PERIOD
Configuration name for specifying the no.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public final static String PERSIST_LOGS_TOGGLE
Configuration name to enable or disable to store the logs (all buffers including kernel).
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public final static String USB_ALLOW_LIST
Configuration name for managing the list of allowed USB devices.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public final static String USB_ALLOW_LIST_TOGGLE
Configuration name for enabling or disabling the USB allow list feature.
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
Gets the value of a supported foundation configuration
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public static EsperConfigManager getInstance(Context context)
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
Returns all the config names supported on the device.
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public boolean isConfigSupported(String name)
Gets if the config supported by the device
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
public void setConfigValue(String name, String value)
Allows to set the value of a supported configuration
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/is-config-supported.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/is-config-supported.html new file mode 100644 index 0000000..d8ebb4a --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/is-config-supported.html @@ -0,0 +1,71 @@ + + + + + isConfigSupported + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

isConfigSupported

+
+
public boolean isConfigSupported(String name)

Gets if the config supported by the device

Return

Boolean (true - config is supported on the device; false - otherwise)

Parameters

name

- The name of the config to be checked.

Throws

+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/set-config-value.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/set-config-value.html new file mode 100644 index 0000000..1429383 --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/set-config-value.html @@ -0,0 +1,71 @@ + + + + + setConfigValue + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

setConfigValue

+
+
public void setConfigValue(String name, String value)

Allows to set the value of a supported configuration

Parameters

name

- The configuration to be set

value

- The new value of the configuration to be set

Throws

+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/index.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/index.html new file mode 100644 index 0000000..804c9bf --- /dev/null +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.config/index.html @@ -0,0 +1,92 @@ + + + + + io.esper.foundationsdk.config + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

Package-level declarations

+
+
+
+
+

Types

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
public class EsperConfigManager extends AbstractManager<Service>
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-api-level/index.html b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-api-level/index.html index a668ca9..96cdf23 100644 --- a/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-api-level/index.html +++ b/docs/-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-api-level/index.html @@ -93,6 +93,21 @@

Properties

+ +
+
+
+
SEVEN
+ +
Link copied to clipboard
+
+
+
+
public final static int SEVEN
+
+
+
+
diff --git a/docs/-foundation -a-p-i -reference/package-list b/docs/-foundation -a-p-i -reference/package-list index 5d8f36b..fd9cadb 100644 --- a/docs/-foundation -a-p-i -reference/package-list +++ b/docs/-foundation -a-p-i -reference/package-list @@ -27,6 +27,13 @@ $dokka.location:io.esper.foundationsdk.branding/BrandingManager///PointingToDecl $dokka.location:io.esper.foundationsdk.branding/BrandingManager/disableCustomBootAnim/#/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/disable-custom-boot-anim.html $dokka.location:io.esper.foundationsdk.branding/BrandingManager/getInstance/#android.content.Context/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/get-instance.html $dokka.location:io.esper.foundationsdk.branding/BrandingManager/setCustomBootAnim/#java.lang.String/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/set-custom-boot-anim.html +$dokka.location:io.esper.foundationsdk.config////PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/index.html +$dokka.location:io.esper.foundationsdk.config/EsperConfigManager///PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/index.html +$dokka.location:io.esper.foundationsdk.config/EsperConfigManager/getConfigValue/#java.lang.String/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-config-value.html +$dokka.location:io.esper.foundationsdk.config/EsperConfigManager/getInstance/#android.content.Context/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-instance.html +$dokka.location:io.esper.foundationsdk.config/EsperConfigManager/getSupportedConfigNames/#/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-supported-config-names.html +$dokka.location:io.esper.foundationsdk.config/EsperConfigManager/isConfigSupported/#java.lang.String/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/is-config-supported.html +$dokka.location:io.esper.foundationsdk.config/EsperConfigManager/setConfigValue/#java.lang.String#java.lang.String/PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/set-config-value.html $dokka.location:io.esper.foundationsdk.credentials////PointingToDeclaration/-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/index.html $dokka.location:io.esper.foundationsdk.credentials/CertType.CA_CERT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/-c-a_-c-e-r-t/index.html $dokka.location:io.esper.foundationsdk.credentials/CertType.USR_CERT///PointingToDeclaration/{"org.jetbrains.dokka.links.EnumEntryDRIExtra":{"key":"org.jetbrains.dokka.links.EnumEntryDRIExtra"}}-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/-u-s-r_-c-e-r-t/index.html @@ -226,6 +233,7 @@ io.esper.foundationsdk.adb io.esper.foundationsdk.alarm io.esper.foundationsdk.backup io.esper.foundationsdk.branding +io.esper.foundationsdk.config io.esper.foundationsdk.credentials io.esper.foundationsdk.ethernet io.esper.foundationsdk.lib diff --git a/docs/index.html b/docs/index.html index aa93391..5de398a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,7 +57,7 @@

Foundation API Reference

-

Status Stable

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"
// ....
}
+

Status Stable

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"
// ....
}

Packages

@@ -136,6 +136,20 @@

Packages

+ +
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
diff --git a/docs/navigation.html b/docs/navigation.html index 62ad0eb..734a1dc 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -33,150 +33,156 @@
-
-
io.esper.foundationsdk.credentials
-
+ +
+ + -
- -
+
+ + - -
- -
+
+ + - -
- -
- -
+
+ +
+ + -
- -
+
+ + -
+ - -
- -
+
+ + -
+ -
+
- -
- -
+
+ + -
- -
+
+ + - -
- -
+ -
- - - -
- -
+
+ + -
+ -
+ -
+ - -
- -
+ -
- -
+ -
- -
+ -
- -
+
+ + -
+ -
+ - diff --git a/docs/scripts/pages.json b/docs/scripts/pages.json index 71e07ac..3fc90fa 100644 --- a/docs/scripts/pages.json +++ b/docs/scripts/pages.json @@ -1 +1 @@ -[{"name":"CA_CERT","description":"io.esper.foundationsdk.credentials.CertType.CA_CERT","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/-c-a_-c-e-r-t/index.html","searchKeys":["CA_CERT","CA_CERT","io.esper.foundationsdk.credentials.CertType.CA_CERT"]},{"name":"DHCP","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.DHCP","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/-d-h-c-p/index.html","searchKeys":["DHCP","DHCP","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.DHCP"]},{"name":"EAP_TLS","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.EAP_TLS","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/-e-a-p_-t-l-s/index.html","searchKeys":["EAP_TLS","EAP_TLS","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.EAP_TLS"]},{"name":"ETHERNET","description":"io.esper.foundationsdk.credentials.CertUsageType.ETHERNET","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/-e-t-h-e-r-n-e-t/index.html","searchKeys":["ETHERNET","ETHERNET","io.esper.foundationsdk.credentials.CertUsageType.ETHERNET"]},{"name":"NONE","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.NONE","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-n-o-n-e/index.html","searchKeys":["NONE","NONE","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.NONE"]},{"name":"OPEN","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.OPEN","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/-o-p-e-n/index.html","searchKeys":["OPEN","OPEN","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.OPEN"]},{"name":"PAC","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.PAC","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-p-a-c/index.html","searchKeys":["PAC","PAC","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.PAC"]},{"name":"STATIC","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.STATIC","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/-s-t-a-t-i-c/index.html","searchKeys":["STATIC","STATIC","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.STATIC"]},{"name":"STATIC","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.STATIC","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-s-t-a-t-i-c/index.html","searchKeys":["STATIC","STATIC","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.STATIC"]},{"name":"SYSTEM","description":"io.esper.foundationsdk.credentials.CertUsageType.SYSTEM","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/-s-y-s-t-e-m/index.html","searchKeys":["SYSTEM","SYSTEM","io.esper.foundationsdk.credentials.CertUsageType.SYSTEM"]},{"name":"UNSPECIFIED","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.UNSPECIFIED","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/-u-n-s-p-e-c-i-f-i-e-d/index.html","searchKeys":["UNSPECIFIED","UNSPECIFIED","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.UNSPECIFIED"]},{"name":"UNSPECIFIED","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.UNSPECIFIED","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-u-n-s-p-e-c-i-f-i-e-d/index.html","searchKeys":["UNSPECIFIED","UNSPECIFIED","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.UNSPECIFIED"]},{"name":"UNSPECIFIED","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.UNSPECIFIED","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/-u-n-s-p-e-c-i-f-i-e-d/index.html","searchKeys":["UNSPECIFIED","UNSPECIFIED","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.UNSPECIFIED"]},{"name":"USR_CERT","description":"io.esper.foundationsdk.credentials.CertType.USR_CERT","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/-u-s-r_-c-e-r-t/index.html","searchKeys":["USR_CERT","USR_CERT","io.esper.foundationsdk.credentials.CertType.USR_CERT"]},{"name":"WIFI","description":"io.esper.foundationsdk.credentials.CertUsageType.WIFI","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/-w-i-f-i/index.html","searchKeys":["WIFI","WIFI","io.esper.foundationsdk.credentials.CertUsageType.WIFI"]},{"name":"public @interface ApiLevel","description":"io.esper.foundationsdk.lib.ApiLevel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-api-level/index.html","searchKeys":["ApiLevel","public @interface ApiLevel","io.esper.foundationsdk.lib.ApiLevel"]},{"name":"public @interface MinApiLevel","description":"io.esper.foundationsdk.lib.MinApiLevel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-min-api-level/index.html","searchKeys":["MinApiLevel","public @interface MinApiLevel","io.esper.foundationsdk.lib.MinApiLevel"]},{"name":"public Array getAvailableInterfaces()","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.getAvailableInterfaces","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/get-available-interfaces.html","searchKeys":["getAvailableInterfaces","public Array getAvailableInterfaces()","io.esper.foundationsdk.ethernet.EthernetConfigManager.getAvailableInterfaces"]},{"name":"public Array getExclusionList()","description":"io.esper.foundationsdk.wifi.EsperProxy.getExclusionList","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-exclusion-list.html","searchKeys":["getExclusionList","public Array getExclusionList()","io.esper.foundationsdk.wifi.EsperProxy.getExclusionList"]},{"name":"public EsperEap80211 getEap80211()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-eap80211.html","searchKeys":["getEap80211","public EsperEap80211 getEap80211()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getEap80211"]},{"name":"public EsperProxy getProxy()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-proxy.html","searchKeys":["getProxy","public EsperProxy getProxy()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getProxy"]},{"name":"public EthernetConfig.Builder dhcp()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.dhcp","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/dhcp.html","searchKeys":["dhcp","public EthernetConfig.Builder dhcp()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.dhcp"]},{"name":"public EthernetConfig.Builder noAuthentication()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/no-authentication.html","searchKeys":["noAuthentication","public EthernetConfig.Builder noAuthentication()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noAuthentication"]},{"name":"public EthernetConfig.Builder noProxy()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/no-proxy.html","searchKeys":["noProxy","public EthernetConfig.Builder noProxy()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noProxy"]},{"name":"public EthernetConfig.Builder pacProxy(Uri pacUrl)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.pacProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/pac-proxy.html","searchKeys":["pacProxy","public EthernetConfig.Builder pacProxy(Uri pacUrl)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.pacProxy"]},{"name":"public EthernetConfig.Builder staticHostConfig(EthernetConfig.StaticHostConfig ipConfig)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/static-host-config.html","searchKeys":["staticHostConfig","public EthernetConfig.Builder staticHostConfig(EthernetConfig.StaticHostConfig ipConfig)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticHostConfig"]},{"name":"public EthernetConfig.Builder staticProxy(EthernetConfig.StaticProxyConfig staticProxyConfig)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/static-proxy.html","searchKeys":["staticProxy","public EthernetConfig.Builder staticProxy(EthernetConfig.StaticProxyConfig staticProxyConfig)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticProxy"]},{"name":"public EthernetConfig.Builder withEapTlsAuthentication(EthernetConfig.SecurityConfig secConfig)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.withEapTlsAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/with-eap-tls-authentication.html","searchKeys":["withEapTlsAuthentication","public EthernetConfig.Builder withEapTlsAuthentication(EthernetConfig.SecurityConfig secConfig)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.withEapTlsAuthentication"]},{"name":"public EthernetConfig.HostConfigurationMode getHostConfigurationMode()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getHostConfigurationMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-host-configuration-mode.html","searchKeys":["getHostConfigurationMode","public EthernetConfig.HostConfigurationMode getHostConfigurationMode()","io.esper.foundationsdk.ethernet.EthernetConfig.getHostConfigurationMode"]},{"name":"public EthernetConfig.ProxyMode getProxyMode()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getProxyMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-proxy-mode.html","searchKeys":["getProxyMode","public EthernetConfig.ProxyMode getProxyMode()","io.esper.foundationsdk.ethernet.EthernetConfig.getProxyMode"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapCACert(String cert)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapCACert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-c-a-cert.html","searchKeys":["eapCACert","public EthernetConfig.SecurityConfig.Builder eapCACert(String cert)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapCACert"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapClientCert(String cert)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapClientCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-client-cert.html","searchKeys":["eapClientCert","public EthernetConfig.SecurityConfig.Builder eapClientCert(String cert)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapClientCert"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapIdentity(String identity)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-identity.html","searchKeys":["eapIdentity","public EthernetConfig.SecurityConfig.Builder eapIdentity(String identity)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapIdentity"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapMethod(EthernetConfig.SecurityConfig.SecurityMode mode)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-method.html","searchKeys":["eapMethod","public EthernetConfig.SecurityConfig.Builder eapMethod(EthernetConfig.SecurityConfig.SecurityMode mode)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapMethod"]},{"name":"public EthernetConfig.SecurityConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/build.html","searchKeys":["build","public EthernetConfig.SecurityConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.build"]},{"name":"public EthernetConfig.SecurityConfig getSecurityConfig()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getSecurityConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-security-config.html","searchKeys":["getSecurityConfig","public EthernetConfig.SecurityConfig getSecurityConfig()","io.esper.foundationsdk.ethernet.EthernetConfig.getSecurityConfig"]},{"name":"public EthernetConfig.StaticHostConfig.Builder dnsServers(Array dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/dns-servers.html","searchKeys":["dnsServers","public EthernetConfig.StaticHostConfig.Builder dnsServers(Array dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers"]},{"name":"public EthernetConfig.StaticHostConfig.Builder dnsServers(List dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/dns-servers.html","searchKeys":["dnsServers","public EthernetConfig.StaticHostConfig.Builder dnsServers(List dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers"]},{"name":"public EthernetConfig.StaticHostConfig.Builder gatewayAddress(String gatewayAddress)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.gatewayAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/gateway-address.html","searchKeys":["gatewayAddress","public EthernetConfig.StaticHostConfig.Builder gatewayAddress(String gatewayAddress)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.gatewayAddress"]},{"name":"public EthernetConfig.StaticHostConfig.Builder ipAddress(String ipAddress)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.ipAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/ip-address.html","searchKeys":["ipAddress","public EthernetConfig.StaticHostConfig.Builder ipAddress(String ipAddress)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.ipAddress"]},{"name":"public EthernetConfig.StaticHostConfig.Builder prefixLength(int prefixLength)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.prefixLength","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/prefix-length.html","searchKeys":["prefixLength","public EthernetConfig.StaticHostConfig.Builder prefixLength(int prefixLength)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.prefixLength"]},{"name":"public EthernetConfig.StaticHostConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/build.html","searchKeys":["build","public EthernetConfig.StaticHostConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.build"]},{"name":"public EthernetConfig.StaticHostConfig getStaticHostConfig()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getStaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-static-host-config.html","searchKeys":["getStaticHostConfig","public EthernetConfig.StaticHostConfig getStaticHostConfig()","io.esper.foundationsdk.ethernet.EthernetConfig.getStaticHostConfig"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder excludedHosts(Array excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/excluded-hosts.html","searchKeys":["excludedHosts","public EthernetConfig.StaticProxyConfig.Builder excludedHosts(Array excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder excludedHosts(List excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/excluded-hosts.html","searchKeys":["excludedHosts","public EthernetConfig.StaticProxyConfig.Builder excludedHosts(List excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder host(String host)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.host","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/host.html","searchKeys":["host","public EthernetConfig.StaticProxyConfig.Builder host(String host)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.host"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder port(int port)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.port","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/port.html","searchKeys":["port","public EthernetConfig.StaticProxyConfig.Builder port(int port)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.port"]},{"name":"public EthernetConfig.StaticProxyConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/build.html","searchKeys":["build","public EthernetConfig.StaticProxyConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.build"]},{"name":"public EthernetConfig.StaticProxyConfig getStaticProxyConfig()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getStaticProxyConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-static-proxy-config.html","searchKeys":["getStaticProxyConfig","public EthernetConfig.StaticProxyConfig getStaticProxyConfig()","io.esper.foundationsdk.ethernet.EthernetConfig.getStaticProxyConfig"]},{"name":"public EthernetConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/build.html","searchKeys":["build","public EthernetConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.build"]},{"name":"public EthernetConfig getConfiguration(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.getConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/get-configuration.html","searchKeys":["getConfiguration","public EthernetConfig getConfiguration(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.getConfiguration"]},{"name":"public List getBackupFileInfo(String packageName)","description":"io.esper.foundationsdk.backup.BackupManager.getBackupFileInfo","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/get-backup-file-info.html","searchKeys":["getBackupFileInfo","public List getBackupFileInfo(String packageName)","io.esper.foundationsdk.backup.BackupManager.getBackupFileInfo"]},{"name":"public List getBackupList()","description":"io.esper.foundationsdk.backup.BackupManager.getBackupList","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/get-backup-list.html","searchKeys":["getBackupList","public List getBackupList()","io.esper.foundationsdk.backup.BackupManager.getBackupList"]},{"name":"public List getDnsServers()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getDnsServers","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-dns-servers.html","searchKeys":["getDnsServers","public List getDnsServers()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getDnsServers"]},{"name":"public List getExcludedHosts()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getExcludedHosts","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/get-excluded-hosts.html","searchKeys":["getExcludedHosts","public List getExcludedHosts()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getExcludedHosts"]},{"name":"public List listInstalledCertificates(CertUsageType usageType, CertType certType)","description":"io.esper.foundationsdk.credentials.CertificateManager.listInstalledCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/list-installed-certificates.html","searchKeys":["listInstalledCertificates","public List listInstalledCertificates(CertUsageType usageType, CertType certType)","io.esper.foundationsdk.credentials.CertificateManager.listInstalledCertificates"]},{"name":"public String getAnonymousIdentity()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getAnonymousIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-anonymous-identity.html","searchKeys":["getAnonymousIdentity","public String getAnonymousIdentity()","io.esper.foundationsdk.wifi.EsperEap80211.getAnonymousIdentity"]},{"name":"public String getBackupName()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getBackupName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-backup-name.html","searchKeys":["getBackupName","public String getBackupName()","io.esper.foundationsdk.backup.BackupFileInfo.getBackupName"]},{"name":"public String getEapCACert()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapCACert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-c-a-cert.html","searchKeys":["getEapCACert","public String getEapCACert()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapCACert"]},{"name":"public String getEapClientCert()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapClientCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-client-cert.html","searchKeys":["getEapClientCert","public String getEapClientCert()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapClientCert"]},{"name":"public String getEapIdentity()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-identity.html","searchKeys":["getEapIdentity","public String getEapIdentity()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapIdentity"]},{"name":"public String getEapMethod()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-method.html","searchKeys":["getEapMethod","public String getEapMethod()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapMethod"]},{"name":"public String getGatewayAddress()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getGatewayAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-gateway-address.html","searchKeys":["getGatewayAddress","public String getGatewayAddress()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getGatewayAddress"]},{"name":"public String getHost()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getHost","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/get-host.html","searchKeys":["getHost","public String getHost()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getHost"]},{"name":"public String getHostName()","description":"io.esper.foundationsdk.wifi.EsperProxy.getHostName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-host-name.html","searchKeys":["getHostName","public String getHostName()","io.esper.foundationsdk.wifi.EsperProxy.getHostName"]},{"name":"public String getIdentity()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-identity.html","searchKeys":["getIdentity","public String getIdentity()","io.esper.foundationsdk.wifi.EsperEap80211.getIdentity"]},{"name":"public String getIpAddress()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getIpAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-ip-address.html","searchKeys":["getIpAddress","public String getIpAddress()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getIpAddress"]},{"name":"public String getMethod()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-method.html","searchKeys":["getMethod","public String getMethod()","io.esper.foundationsdk.wifi.EsperEap80211.getMethod"]},{"name":"public String getPacUrl()","description":"io.esper.foundationsdk.wifi.EsperProxy.getPacUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-pac-url.html","searchKeys":["getPacUrl","public String getPacUrl()","io.esper.foundationsdk.wifi.EsperProxy.getPacUrl"]},{"name":"public String getPassphrase()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getPassphrase","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-passphrase.html","searchKeys":["getPassphrase","public String getPassphrase()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getPassphrase"]},{"name":"public String getPhase2Auth()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getPhase2Auth","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-phase2-auth.html","searchKeys":["getPhase2Auth","public String getPhase2Auth()","io.esper.foundationsdk.wifi.EsperEap80211.getPhase2Auth"]},{"name":"public String getSecurity()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSecurity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-security.html","searchKeys":["getSecurity","public String getSecurity()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSecurity"]},{"name":"public String getSsid()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSsid","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-ssid.html","searchKeys":["getSsid","public String getSsid()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSsid"]},{"name":"public String getSystemCertDomain()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getSystemCertDomain","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-system-cert-domain.html","searchKeys":["getSystemCertDomain","public String getSystemCertDomain()","io.esper.foundationsdk.wifi.EsperEap80211.getSystemCertDomain"]},{"name":"public String getTimeStamp()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getTimeStamp","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-time-stamp.html","searchKeys":["getTimeStamp","public String getTimeStamp()","io.esper.foundationsdk.backup.BackupFileInfo.getTimeStamp"]},{"name":"public String getValue()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.getValue","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/get-value.html","searchKeys":["getValue","public String getValue()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.getValue"]},{"name":"public String getVersionName()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getVersionName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-version-name.html","searchKeys":["getVersionName","public String getVersionName()","io.esper.foundationsdk.backup.BackupFileInfo.getVersionName"]},{"name":"public String toString()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.wifi.EsperEap80211.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.wifi.EsperEap80211.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.wifi.EsperProxy.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.wifi.EsperProxy.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.toString"]},{"name":"public Uri getPacUrl()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getPacUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-pac-url.html","searchKeys":["getPacUrl","public Uri getPacUrl()","io.esper.foundationsdk.ethernet.EthernetConfig.getPacUrl"]},{"name":"public abstract int value()","description":"io.esper.foundationsdk.lib.MinApiLevel.value","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-min-api-level/value.html","searchKeys":["value","public abstract int value()","io.esper.foundationsdk.lib.MinApiLevel.value"]},{"name":"public boolean addWifiNetwork(EsperWifiConfiguration config, boolean attemptConnect)","description":"io.esper.foundationsdk.wifi.EsperWifiManager.addWifiNetwork","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-manager/add-wifi-network.html","searchKeys":["addWifiNetwork","public boolean addWifiNetwork(EsperWifiConfiguration config, boolean attemptConnect)","io.esper.foundationsdk.wifi.EsperWifiManager.addWifiNetwork"]},{"name":"public boolean equals(Object o)","description":"io.esper.foundationsdk.wifi.EsperEap80211.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/equals.html","searchKeys":["equals","public boolean equals(Object o)","io.esper.foundationsdk.wifi.EsperEap80211.equals"]},{"name":"public boolean equals(Object o)","description":"io.esper.foundationsdk.wifi.EsperProxy.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/equals.html","searchKeys":["equals","public boolean equals(Object o)","io.esper.foundationsdk.wifi.EsperProxy.equals"]},{"name":"public boolean equals(Object o)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/equals.html","searchKeys":["equals","public boolean equals(Object o)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.equals"]},{"name":"public boolean equals(Object other)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/equals.html","searchKeys":["equals","public boolean equals(Object other)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.equals"]},{"name":"public boolean isAccessGranted(String packageName)","description":"io.esper.foundationsdk.usb.UsbPermissionManager.isAccessGranted","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/is-access-granted.html","searchKeys":["isAccessGranted","public boolean isAccessGranted(String packageName)","io.esper.foundationsdk.usb.UsbPermissionManager.isAccessGranted"]},{"name":"public boolean isDisabled(int what)","description":"io.esper.foundationsdk.systemui.NavigationBarManager.isDisabled","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/is-disabled.html","searchKeys":["isDisabled","public boolean isDisabled(int what)","io.esper.foundationsdk.systemui.NavigationBarManager.isDisabled"]},{"name":"public boolean isEnableSystemCert()","description":"io.esper.foundationsdk.wifi.EsperEap80211.isEnableSystemCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/is-enable-system-cert.html","searchKeys":["isEnableSystemCert","public boolean isEnableSystemCert()","io.esper.foundationsdk.wifi.EsperEap80211.isEnableSystemCert"]},{"name":"public boolean isHidden()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.isHidden","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/is-hidden.html","searchKeys":["isHidden","public boolean isHidden()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.isHidden"]},{"name":"public boolean isMetered()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.isMetered","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/is-metered.html","searchKeys":["isMetered","public boolean isMetered()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.isMetered"]},{"name":"public class BackupFileInfo implements Parcelable","description":"io.esper.foundationsdk.backup.BackupFileInfo","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/index.html","searchKeys":["BackupFileInfo","public class BackupFileInfo implements Parcelable","io.esper.foundationsdk.backup.BackupFileInfo"]},{"name":"public class BackupManager extends AbstractManager","description":"io.esper.foundationsdk.backup.BackupManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/index.html","searchKeys":["BackupManager","public class BackupManager extends AbstractManager","io.esper.foundationsdk.backup.BackupManager"]},{"name":"public class BrandingManager extends AbstractManager","description":"io.esper.foundationsdk.branding.BrandingManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/index.html","searchKeys":["BrandingManager","public class BrandingManager extends AbstractManager","io.esper.foundationsdk.branding.BrandingManager"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.Builder"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder"]},{"name":"public class CertificateManager extends AbstractManager","description":"io.esper.foundationsdk.credentials.CertificateManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/index.html","searchKeys":["CertificateManager","public class CertificateManager extends AbstractManager","io.esper.foundationsdk.credentials.CertificateManager"]},{"name":"public class Constants","description":"io.esper.foundationsdk.Constants","location":"-foundation -a-p-i -reference/io.esper.foundationsdk/-constants/index.html","searchKeys":["Constants","public class Constants","io.esper.foundationsdk.Constants"]},{"name":"public class EsperAdbManager extends AbstractManager","description":"io.esper.foundationsdk.adb.EsperAdbManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.adb/-esper-adb-manager/index.html","searchKeys":["EsperAdbManager","public class EsperAdbManager extends AbstractManager","io.esper.foundationsdk.adb.EsperAdbManager"]},{"name":"public class EsperAlarmManager extends AbstractManager","description":"io.esper.foundationsdk.alarm.EsperAlarmManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.alarm/-esper-alarm-manager/index.html","searchKeys":["EsperAlarmManager","public class EsperAlarmManager extends AbstractManager","io.esper.foundationsdk.alarm.EsperAlarmManager"]},{"name":"public class EsperEap80211 implements Parcelable","description":"io.esper.foundationsdk.wifi.EsperEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/index.html","searchKeys":["EsperEap80211","public class EsperEap80211 implements Parcelable","io.esper.foundationsdk.wifi.EsperEap80211"]},{"name":"public class EsperProxy implements Parcelable","description":"io.esper.foundationsdk.wifi.EsperProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/index.html","searchKeys":["EsperProxy","public class EsperProxy implements Parcelable","io.esper.foundationsdk.wifi.EsperProxy"]},{"name":"public class EsperRuntimePermissionManager extends AbstractManager","description":"io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.runtimepermission/-esper-runtime-permission-manager/index.html","searchKeys":["EsperRuntimePermissionManager","public class EsperRuntimePermissionManager extends AbstractManager","io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager"]},{"name":"public class EsperSdkException extends Exception","description":"io.esper.foundationsdk.lib.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/index.html","searchKeys":["EsperSdkException","public class EsperSdkException extends Exception","io.esper.foundationsdk.lib.EsperSdkException"]},{"name":"public class EsperWifiConfiguration implements Parcelable","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/index.html","searchKeys":["EsperWifiConfiguration","public class EsperWifiConfiguration implements Parcelable","io.esper.foundationsdk.wifi.EsperWifiConfiguration"]},{"name":"public class EsperWifiManager extends AbstractManager","description":"io.esper.foundationsdk.wifi.EsperWifiManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-manager/index.html","searchKeys":["EsperWifiManager","public class EsperWifiManager extends AbstractManager","io.esper.foundationsdk.wifi.EsperWifiManager"]},{"name":"public class EthernetConfig implements Parcelable","description":"io.esper.foundationsdk.ethernet.EthernetConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/index.html","searchKeys":["EthernetConfig","public class EthernetConfig implements Parcelable","io.esper.foundationsdk.ethernet.EthernetConfig"]},{"name":"public class EthernetConfigManager extends AbstractManager","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/index.html","searchKeys":["EthernetConfigManager","public class EthernetConfigManager extends AbstractManager","io.esper.foundationsdk.ethernet.EthernetConfigManager"]},{"name":"public class NavigationBarManager extends AbstractManager","description":"io.esper.foundationsdk.systemui.NavigationBarManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/index.html","searchKeys":["NavigationBarManager","public class NavigationBarManager extends AbstractManager","io.esper.foundationsdk.systemui.NavigationBarManager"]},{"name":"public class SecurityConfig","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/index.html","searchKeys":["SecurityConfig","public class SecurityConfig","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig"]},{"name":"public class StaticHostConfig","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/index.html","searchKeys":["StaticHostConfig","public class StaticHostConfig","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig"]},{"name":"public class StaticProxyConfig","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/index.html","searchKeys":["StaticProxyConfig","public class StaticProxyConfig","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig"]},{"name":"public class UnsupportedApiException extends EsperSdkException","description":"io.esper.foundationsdk.lib.UnsupportedApiException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-api-exception/index.html","searchKeys":["UnsupportedApiException","public class UnsupportedApiException extends EsperSdkException","io.esper.foundationsdk.lib.UnsupportedApiException"]},{"name":"public class UnsupportedTargetException extends EsperSdkException","description":"io.esper.foundationsdk.lib.UnsupportedTargetException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-target-exception/index.html","searchKeys":["UnsupportedTargetException","public class UnsupportedTargetException extends EsperSdkException","io.esper.foundationsdk.lib.UnsupportedTargetException"]},{"name":"public class UsbPermissionManager extends AbstractManager","description":"io.esper.foundationsdk.usb.UsbPermissionManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/index.html","searchKeys":["UsbPermissionManager","public class UsbPermissionManager extends AbstractManager","io.esper.foundationsdk.usb.UsbPermissionManager"]},{"name":"public enum CertType implements Parcelable","description":"io.esper.foundationsdk.credentials.CertType","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/index.html","searchKeys":["CertType","public enum CertType implements Parcelable","io.esper.foundationsdk.credentials.CertType"]},{"name":"public enum CertUsageType implements Parcelable","description":"io.esper.foundationsdk.credentials.CertUsageType","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/index.html","searchKeys":["CertUsageType","public enum CertUsageType implements Parcelable","io.esper.foundationsdk.credentials.CertUsageType"]},{"name":"public enum HostConfigurationMode","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/index.html","searchKeys":["HostConfigurationMode","public enum HostConfigurationMode","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode"]},{"name":"public enum ProxyMode","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/index.html","searchKeys":["ProxyMode","public enum ProxyMode","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode"]},{"name":"public enum SecurityMode","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/index.html","searchKeys":["SecurityMode","public enum SecurityMode","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode"]},{"name":"public int describeContents()","description":"io.esper.foundationsdk.credentials.CertType.describeContents","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/describe-contents.html","searchKeys":["describeContents","public int describeContents()","io.esper.foundationsdk.credentials.CertType.describeContents"]},{"name":"public int describeContents()","description":"io.esper.foundationsdk.credentials.CertUsageType.describeContents","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/describe-contents.html","searchKeys":["describeContents","public int describeContents()","io.esper.foundationsdk.credentials.CertUsageType.describeContents"]},{"name":"public int getPort()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getPort","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/get-port.html","searchKeys":["getPort","public int getPort()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getPort"]},{"name":"public int getPort()","description":"io.esper.foundationsdk.wifi.EsperProxy.getPort","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-port.html","searchKeys":["getPort","public int getPort()","io.esper.foundationsdk.wifi.EsperProxy.getPort"]},{"name":"public int getPrefixLength()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getPrefixLength","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-prefix-length.html","searchKeys":["getPrefixLength","public int getPrefixLength()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getPrefixLength"]},{"name":"public int hashCode()","description":"io.esper.foundationsdk.wifi.EsperEap80211.hashCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/hash-code.html","searchKeys":["hashCode","public int hashCode()","io.esper.foundationsdk.wifi.EsperEap80211.hashCode"]},{"name":"public int hashCode()","description":"io.esper.foundationsdk.wifi.EsperProxy.hashCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/hash-code.html","searchKeys":["hashCode","public int hashCode()","io.esper.foundationsdk.wifi.EsperProxy.hashCode"]},{"name":"public int hashCode()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.hashCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/hash-code.html","searchKeys":["hashCode","public int hashCode()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.hashCode"]},{"name":"public long getVersionCode()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getVersionCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-version-code.html","searchKeys":["getVersionCode","public long getVersionCode()","io.esper.foundationsdk.backup.BackupFileInfo.getVersionCode"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.credentials.CertType.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.credentials.CertType.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.credentials.CertUsageType.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.credentials.CertUsageType.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.values"]},{"name":"public static BackupManager getInstance(Context context)","description":"io.esper.foundationsdk.backup.BackupManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/get-instance.html","searchKeys":["getInstance","public static BackupManager getInstance(Context context)","io.esper.foundationsdk.backup.BackupManager.getInstance"]},{"name":"public static BrandingManager getInstance(Context context)","description":"io.esper.foundationsdk.branding.BrandingManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/get-instance.html","searchKeys":["getInstance","public static BrandingManager getInstance(Context context)","io.esper.foundationsdk.branding.BrandingManager.getInstance"]},{"name":"public static CertType valueOf(String name)","description":"io.esper.foundationsdk.credentials.CertType.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/value-of.html","searchKeys":["valueOf","public static CertType valueOf(String name)","io.esper.foundationsdk.credentials.CertType.valueOf"]},{"name":"public static CertUsageType valueOf(String name)","description":"io.esper.foundationsdk.credentials.CertUsageType.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/value-of.html","searchKeys":["valueOf","public static CertUsageType valueOf(String name)","io.esper.foundationsdk.credentials.CertUsageType.valueOf"]},{"name":"public static CertificateManager getInstance()","description":"io.esper.foundationsdk.credentials.CertificateManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/get-instance.html","searchKeys":["getInstance","public static CertificateManager getInstance()","io.esper.foundationsdk.credentials.CertificateManager.getInstance"]},{"name":"public static EsperAdbManager getInstance(Context context)","description":"io.esper.foundationsdk.adb.EsperAdbManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.adb/-esper-adb-manager/get-instance.html","searchKeys":["getInstance","public static EsperAdbManager getInstance(Context context)","io.esper.foundationsdk.adb.EsperAdbManager.getInstance"]},{"name":"public static EsperAlarmManager getInstance(Context context)","description":"io.esper.foundationsdk.alarm.EsperAlarmManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.alarm/-esper-alarm-manager/get-instance.html","searchKeys":["getInstance","public static EsperAlarmManager getInstance(Context context)","io.esper.foundationsdk.alarm.EsperAlarmManager.getInstance"]},{"name":"public static EsperRuntimePermissionManager getInstance(Context context)","description":"io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.runtimepermission/-esper-runtime-permission-manager/get-instance.html","searchKeys":["getInstance","public static EsperRuntimePermissionManager getInstance(Context context)","io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.getInstance"]},{"name":"public static EsperWifiManager getInstance(Context context)","description":"io.esper.foundationsdk.wifi.EsperWifiManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-manager/get-instance.html","searchKeys":["getInstance","public static EsperWifiManager getInstance(Context context)","io.esper.foundationsdk.wifi.EsperWifiManager.getInstance"]},{"name":"public static EthernetConfig.HostConfigurationMode valueOf(String name)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/value-of.html","searchKeys":["valueOf","public static EthernetConfig.HostConfigurationMode valueOf(String name)","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.valueOf"]},{"name":"public static EthernetConfig.ProxyMode valueOf(String name)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/value-of.html","searchKeys":["valueOf","public static EthernetConfig.ProxyMode valueOf(String name)","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.valueOf"]},{"name":"public static EthernetConfig.SecurityConfig.SecurityMode valueOf(String name)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/value-of.html","searchKeys":["valueOf","public static EthernetConfig.SecurityConfig.SecurityMode valueOf(String name)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.valueOf"]},{"name":"public static EthernetConfigManager getInstance(Context context)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/get-instance.html","searchKeys":["getInstance","public static EthernetConfigManager getInstance(Context context)","io.esper.foundationsdk.ethernet.EthernetConfigManager.getInstance"]},{"name":"public static NavigationBarManager getInstance(Context context)","description":"io.esper.foundationsdk.systemui.NavigationBarManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/get-instance.html","searchKeys":["getInstance","public static NavigationBarManager getInstance(Context context)","io.esper.foundationsdk.systemui.NavigationBarManager.getInstance"]},{"name":"public static UsbPermissionManager getInstance(Context context)","description":"io.esper.foundationsdk.usb.UsbPermissionManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/get-instance.html","searchKeys":["getInstance","public static UsbPermissionManager getInstance(Context context)","io.esper.foundationsdk.usb.UsbPermissionManager.getInstance"]},{"name":"public static boolean isTargetSupported()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.isTargetSupported","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/is-target-supported.html","searchKeys":["isTargetSupported","public static boolean isTargetSupported()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.isTargetSupported"]},{"name":"public void BackupFileInfo()","description":"io.esper.foundationsdk.backup.BackupFileInfo.BackupFileInfo","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/-backup-file-info.html","searchKeys":["BackupFileInfo","public void BackupFileInfo()","io.esper.foundationsdk.backup.BackupFileInfo.BackupFileInfo"]},{"name":"public void EsperEap80211()","description":"io.esper.foundationsdk.wifi.EsperEap80211.EsperEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/-esper-eap80211.html","searchKeys":["EsperEap80211","public void EsperEap80211()","io.esper.foundationsdk.wifi.EsperEap80211.EsperEap80211"]},{"name":"public void EsperProxy()","description":"io.esper.foundationsdk.wifi.EsperProxy.EsperProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/-esper-proxy.html","searchKeys":["EsperProxy","public void EsperProxy()","io.esper.foundationsdk.wifi.EsperProxy.EsperProxy"]},{"name":"public void EsperSdkException()","description":"io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/-esper-sdk-exception.html","searchKeys":["EsperSdkException","public void EsperSdkException()","io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException"]},{"name":"public void EsperSdkException(String message)","description":"io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/-esper-sdk-exception.html","searchKeys":["EsperSdkException","public void EsperSdkException(String message)","io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException"]},{"name":"public void EsperSdkException(Throwable cause)","description":"io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/-esper-sdk-exception.html","searchKeys":["EsperSdkException","public void EsperSdkException(Throwable cause)","io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException"]},{"name":"public void EsperWifiConfiguration()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.EsperWifiConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/-esper-wifi-configuration.html","searchKeys":["EsperWifiConfiguration","public void EsperWifiConfiguration()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.EsperWifiConfiguration"]},{"name":"public void EthernetConfig.SecurityConfig(EthernetConfig.SecurityConfig.SecurityMode mode, String eapIdentity, String eapCACert, String eapClientCert)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.EthernetConfig.SecurityConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-ethernet-config.-security-config.html","searchKeys":["SecurityConfig","public void EthernetConfig.SecurityConfig(EthernetConfig.SecurityConfig.SecurityMode mode, String eapIdentity, String eapCACert, String eapClientCert)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.EthernetConfig.SecurityConfig"]},{"name":"public void EthernetConfig.SecurityConfig.Builder()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.EthernetConfig.SecurityConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/-ethernet-config.-security-config.-builder.html","searchKeys":["Builder","public void EthernetConfig.SecurityConfig.Builder()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.EthernetConfig.SecurityConfig.Builder"]},{"name":"public void EthernetConfig.StaticHostConfig(String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.EthernetConfig.StaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-ethernet-config.-static-host-config.html","searchKeys":["StaticHostConfig","public void EthernetConfig.StaticHostConfig(String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.EthernetConfig.StaticHostConfig"]},{"name":"public void EthernetConfig.StaticProxyConfig(String host, int port, List excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.EthernetConfig.StaticProxyConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-ethernet-config.-static-proxy-config.html","searchKeys":["StaticProxyConfig","public void EthernetConfig.StaticProxyConfig(String host, int port, List excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.EthernetConfig.StaticProxyConfig"]},{"name":"public void UnsupportedApiException(int minApiLevel)","description":"io.esper.foundationsdk.lib.UnsupportedApiException.UnsupportedApiException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-api-exception/-unsupported-api-exception.html","searchKeys":["UnsupportedApiException","public void UnsupportedApiException(int minApiLevel)","io.esper.foundationsdk.lib.UnsupportedApiException.UnsupportedApiException"]},{"name":"public void UnsupportedTargetException()","description":"io.esper.foundationsdk.lib.UnsupportedTargetException.UnsupportedTargetException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-target-exception/-unsupported-target-exception.html","searchKeys":["UnsupportedTargetException","public void UnsupportedTargetException()","io.esper.foundationsdk.lib.UnsupportedTargetException.UnsupportedTargetException"]},{"name":"public void allowDebugging(String pubKey)","description":"io.esper.foundationsdk.adb.EsperAdbManager.allowDebugging","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.adb/-esper-adb-manager/allow-debugging.html","searchKeys":["allowDebugging","public void allowDebugging(String pubKey)","io.esper.foundationsdk.adb.EsperAdbManager.allowDebugging"]},{"name":"public void clearProxySettings(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.clearProxySettings","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/clear-proxy-settings.html","searchKeys":["clearProxySettings","public void clearProxySettings(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.clearProxySettings"]},{"name":"public void deleteBackup(String packageName, String backupName)","description":"io.esper.foundationsdk.backup.BackupManager.deleteBackup","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/delete-backup.html","searchKeys":["deleteBackup","public void deleteBackup(String packageName, String backupName)","io.esper.foundationsdk.backup.BackupManager.deleteBackup"]},{"name":"public void disable(int what)","description":"io.esper.foundationsdk.systemui.NavigationBarManager.disable","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/disable.html","searchKeys":["disable","public void disable(int what)","io.esper.foundationsdk.systemui.NavigationBarManager.disable"]},{"name":"public void disableAuthentication(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.disableAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/disable-authentication.html","searchKeys":["disableAuthentication","public void disableAuthentication(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.disableAuthentication"]},{"name":"public void disableCustomBootAnim()","description":"io.esper.foundationsdk.branding.BrandingManager.disableCustomBootAnim","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/disable-custom-boot-anim.html","searchKeys":["disableCustomBootAnim","public void disableCustomBootAnim()","io.esper.foundationsdk.branding.BrandingManager.disableCustomBootAnim"]},{"name":"public void enableDhcp(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.enableDhcp","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/enable-dhcp.html","searchKeys":["enableDhcp","public void enableDhcp(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.enableDhcp"]},{"name":"public void enableEapTlsAuthentication(String iface, String eapIdentity, String eapCACertAlias, String eapClientCertAlias)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.enableEapTlsAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/enable-eap-tls-authentication.html","searchKeys":["enableEapTlsAuthentication","public void enableEapTlsAuthentication(String iface, String eapIdentity, String eapCACertAlias, String eapClientCertAlias)","io.esper.foundationsdk.ethernet.EthernetConfigManager.enableEapTlsAuthentication"]},{"name":"public void installCertificates(CertUsageType usageType, Array pkcs12Data, String password, String alias)","description":"io.esper.foundationsdk.credentials.CertificateManager.installCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/install-certificates.html","searchKeys":["installCertificates","public void installCertificates(CertUsageType usageType, Array pkcs12Data, String password, String alias)","io.esper.foundationsdk.credentials.CertificateManager.installCertificates"]},{"name":"public void installCertificates(CertUsageType usageType, String pemUserCert, String pemPrivKey, String pemCaCert, String alias)","description":"io.esper.foundationsdk.credentials.CertificateManager.installCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/install-certificates.html","searchKeys":["installCertificates","public void installCertificates(CertUsageType usageType, String pemUserCert, String pemPrivKey, String pemCaCert, String alias)","io.esper.foundationsdk.credentials.CertificateManager.installCertificates"]},{"name":"public void restoreBackup(String packageName, String backupName)","description":"io.esper.foundationsdk.backup.BackupManager.restoreBackup","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/restore-backup.html","searchKeys":["restoreBackup","public void restoreBackup(String packageName, String backupName)","io.esper.foundationsdk.backup.BackupManager.restoreBackup"]},{"name":"public void setAccessGranted(String packageName, boolean isGranted)","description":"io.esper.foundationsdk.usb.UsbPermissionManager.setAccessGranted","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/set-access-granted.html","searchKeys":["setAccessGranted","public void setAccessGranted(String packageName, boolean isGranted)","io.esper.foundationsdk.usb.UsbPermissionManager.setAccessGranted"]},{"name":"public void setAnonymousIdentity(String anonymousIdentity)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setAnonymousIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-anonymous-identity.html","searchKeys":["setAnonymousIdentity","public void setAnonymousIdentity(String anonymousIdentity)","io.esper.foundationsdk.wifi.EsperEap80211.setAnonymousIdentity"]},{"name":"public void setConfiguration(String iface, EthernetConfig config)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-configuration.html","searchKeys":["setConfiguration","public void setConfiguration(String iface, EthernetConfig config)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setConfiguration"]},{"name":"public void setCustomBootAnim(String path)","description":"io.esper.foundationsdk.branding.BrandingManager.setCustomBootAnim","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/set-custom-boot-anim.html","searchKeys":["setCustomBootAnim","public void setCustomBootAnim(String path)","io.esper.foundationsdk.branding.BrandingManager.setCustomBootAnim"]},{"name":"public void setDeviceTime(long milliseconds)","description":"io.esper.foundationsdk.alarm.EsperAlarmManager.setDeviceTime","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.alarm/-esper-alarm-manager/set-device-time.html","searchKeys":["setDeviceTime","public void setDeviceTime(long milliseconds)","io.esper.foundationsdk.alarm.EsperAlarmManager.setDeviceTime"]},{"name":"public void setEap80211(EsperEap80211 eap80211)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-eap80211.html","searchKeys":["setEap80211","public void setEap80211(EsperEap80211 eap80211)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setEap80211"]},{"name":"public void setEnableSystemCert(boolean enableSystemCert)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setEnableSystemCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-enable-system-cert.html","searchKeys":["setEnableSystemCert","public void setEnableSystemCert(boolean enableSystemCert)","io.esper.foundationsdk.wifi.EsperEap80211.setEnableSystemCert"]},{"name":"public void setExclusionList(Array exclusionList)","description":"io.esper.foundationsdk.wifi.EsperProxy.setExclusionList","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-exclusion-list.html","searchKeys":["setExclusionList","public void setExclusionList(Array exclusionList)","io.esper.foundationsdk.wifi.EsperProxy.setExclusionList"]},{"name":"public void setHidden(boolean hidden)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setHidden","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-hidden.html","searchKeys":["setHidden","public void setHidden(boolean hidden)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setHidden"]},{"name":"public void setHostName(String hostName)","description":"io.esper.foundationsdk.wifi.EsperProxy.setHostName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-host-name.html","searchKeys":["setHostName","public void setHostName(String hostName)","io.esper.foundationsdk.wifi.EsperProxy.setHostName"]},{"name":"public void setIdentity(String identity)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-identity.html","searchKeys":["setIdentity","public void setIdentity(String identity)","io.esper.foundationsdk.wifi.EsperEap80211.setIdentity"]},{"name":"public void setMetered(boolean metered)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setMetered","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-metered.html","searchKeys":["setMetered","public void setMetered(boolean metered)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setMetered"]},{"name":"public void setMethod(String method)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-method.html","searchKeys":["setMethod","public void setMethod(String method)","io.esper.foundationsdk.wifi.EsperEap80211.setMethod"]},{"name":"public void setPacUrl(String pacUrl)","description":"io.esper.foundationsdk.wifi.EsperProxy.setPacUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-pac-url.html","searchKeys":["setPacUrl","public void setPacUrl(String pacUrl)","io.esper.foundationsdk.wifi.EsperProxy.setPacUrl"]},{"name":"public void setPassphrase(String passphrase)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setPassphrase","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-passphrase.html","searchKeys":["setPassphrase","public void setPassphrase(String passphrase)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setPassphrase"]},{"name":"public void setPermissionState(String permission, int state)","description":"io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.setPermissionState","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.runtimepermission/-esper-runtime-permission-manager/set-permission-state.html","searchKeys":["setPermissionState","public void setPermissionState(String permission, int state)","io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.setPermissionState"]},{"name":"public void setPhase2Auth(String phase2Auth)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setPhase2Auth","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-phase2-auth.html","searchKeys":["setPhase2Auth","public void setPhase2Auth(String phase2Auth)","io.esper.foundationsdk.wifi.EsperEap80211.setPhase2Auth"]},{"name":"public void setPort(int port)","description":"io.esper.foundationsdk.wifi.EsperProxy.setPort","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-port.html","searchKeys":["setPort","public void setPort(int port)","io.esper.foundationsdk.wifi.EsperProxy.setPort"]},{"name":"public void setProxy(EsperProxy proxy)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-proxy.html","searchKeys":["setProxy","public void setProxy(EsperProxy proxy)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setProxy"]},{"name":"public void setProxyAutoConfigUrl(String iface, Uri pacUrl)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setProxyAutoConfigUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-proxy-auto-config-url.html","searchKeys":["setProxyAutoConfigUrl","public void setProxyAutoConfigUrl(String iface, Uri pacUrl)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setProxyAutoConfigUrl"]},{"name":"public void setSecurity(String security)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSecurity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-security.html","searchKeys":["setSecurity","public void setSecurity(String security)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSecurity"]},{"name":"public void setSsid(String ssid)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSsid","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-ssid.html","searchKeys":["setSsid","public void setSsid(String ssid)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSsid"]},{"name":"public void setStaticHostConfig(String iface, String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-static-host-config.html","searchKeys":["setStaticHostConfig","public void setStaticHostConfig(String iface, String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticHostConfig"]},{"name":"public void setStaticProxy(String iface, String host, int port, List excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-static-proxy.html","searchKeys":["setStaticProxy","public void setStaticProxy(String iface, String host, int port, List excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticProxy"]},{"name":"public void setSystemCertDomain(String systemCertDomain)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setSystemCertDomain","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-system-cert-domain.html","searchKeys":["setSystemCertDomain","public void setSystemCertDomain(String systemCertDomain)","io.esper.foundationsdk.wifi.EsperEap80211.setSystemCertDomain"]},{"name":"public void takeBackup(String packageName)","description":"io.esper.foundationsdk.backup.BackupManager.takeBackup","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/take-backup.html","searchKeys":["takeBackup","public void takeBackup(String packageName)","io.esper.foundationsdk.backup.BackupManager.takeBackup"]},{"name":"public void uninstallCertificates(CertUsageType usageType, String alias)","description":"io.esper.foundationsdk.credentials.CertificateManager.uninstallCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/uninstall-certificates.html","searchKeys":["uninstallCertificates","public void uninstallCertificates(CertUsageType usageType, String alias)","io.esper.foundationsdk.credentials.CertificateManager.uninstallCertificates"]},{"name":"public void writeToParcel(Parcel dest, int flags)","description":"io.esper.foundationsdk.credentials.CertType.writeToParcel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/write-to-parcel.html","searchKeys":["writeToParcel","public void writeToParcel(Parcel dest, int flags)","io.esper.foundationsdk.credentials.CertType.writeToParcel"]},{"name":"public void writeToParcel(Parcel dest, int flags)","description":"io.esper.foundationsdk.credentials.CertUsageType.writeToParcel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/write-to-parcel.html","searchKeys":["writeToParcel","public void writeToParcel(Parcel dest, int flags)","io.esper.foundationsdk.credentials.CertUsageType.writeToParcel"]}] +[{"name":"CA_CERT","description":"io.esper.foundationsdk.credentials.CertType.CA_CERT","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/-c-a_-c-e-r-t/index.html","searchKeys":["CA_CERT","CA_CERT","io.esper.foundationsdk.credentials.CertType.CA_CERT"]},{"name":"DHCP","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.DHCP","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/-d-h-c-p/index.html","searchKeys":["DHCP","DHCP","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.DHCP"]},{"name":"EAP_TLS","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.EAP_TLS","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/-e-a-p_-t-l-s/index.html","searchKeys":["EAP_TLS","EAP_TLS","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.EAP_TLS"]},{"name":"ETHERNET","description":"io.esper.foundationsdk.credentials.CertUsageType.ETHERNET","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/-e-t-h-e-r-n-e-t/index.html","searchKeys":["ETHERNET","ETHERNET","io.esper.foundationsdk.credentials.CertUsageType.ETHERNET"]},{"name":"NONE","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.NONE","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-n-o-n-e/index.html","searchKeys":["NONE","NONE","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.NONE"]},{"name":"OPEN","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.OPEN","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/-o-p-e-n/index.html","searchKeys":["OPEN","OPEN","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.OPEN"]},{"name":"PAC","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.PAC","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-p-a-c/index.html","searchKeys":["PAC","PAC","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.PAC"]},{"name":"STATIC","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.STATIC","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/-s-t-a-t-i-c/index.html","searchKeys":["STATIC","STATIC","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.STATIC"]},{"name":"STATIC","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.STATIC","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-s-t-a-t-i-c/index.html","searchKeys":["STATIC","STATIC","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.STATIC"]},{"name":"SYSTEM","description":"io.esper.foundationsdk.credentials.CertUsageType.SYSTEM","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/-s-y-s-t-e-m/index.html","searchKeys":["SYSTEM","SYSTEM","io.esper.foundationsdk.credentials.CertUsageType.SYSTEM"]},{"name":"UNSPECIFIED","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.UNSPECIFIED","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/-u-n-s-p-e-c-i-f-i-e-d/index.html","searchKeys":["UNSPECIFIED","UNSPECIFIED","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.UNSPECIFIED"]},{"name":"UNSPECIFIED","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.UNSPECIFIED","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/-u-n-s-p-e-c-i-f-i-e-d/index.html","searchKeys":["UNSPECIFIED","UNSPECIFIED","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.UNSPECIFIED"]},{"name":"UNSPECIFIED","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.UNSPECIFIED","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/-u-n-s-p-e-c-i-f-i-e-d/index.html","searchKeys":["UNSPECIFIED","UNSPECIFIED","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.UNSPECIFIED"]},{"name":"USR_CERT","description":"io.esper.foundationsdk.credentials.CertType.USR_CERT","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/-u-s-r_-c-e-r-t/index.html","searchKeys":["USR_CERT","USR_CERT","io.esper.foundationsdk.credentials.CertType.USR_CERT"]},{"name":"WIFI","description":"io.esper.foundationsdk.credentials.CertUsageType.WIFI","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/-w-i-f-i/index.html","searchKeys":["WIFI","WIFI","io.esper.foundationsdk.credentials.CertUsageType.WIFI"]},{"name":"public @interface ApiLevel","description":"io.esper.foundationsdk.lib.ApiLevel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-api-level/index.html","searchKeys":["ApiLevel","public @interface ApiLevel","io.esper.foundationsdk.lib.ApiLevel"]},{"name":"public @interface MinApiLevel","description":"io.esper.foundationsdk.lib.MinApiLevel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-min-api-level/index.html","searchKeys":["MinApiLevel","public @interface MinApiLevel","io.esper.foundationsdk.lib.MinApiLevel"]},{"name":"public Array getAvailableInterfaces()","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.getAvailableInterfaces","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/get-available-interfaces.html","searchKeys":["getAvailableInterfaces","public Array getAvailableInterfaces()","io.esper.foundationsdk.ethernet.EthernetConfigManager.getAvailableInterfaces"]},{"name":"public Array getExclusionList()","description":"io.esper.foundationsdk.wifi.EsperProxy.getExclusionList","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-exclusion-list.html","searchKeys":["getExclusionList","public Array getExclusionList()","io.esper.foundationsdk.wifi.EsperProxy.getExclusionList"]},{"name":"public EsperEap80211 getEap80211()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-eap80211.html","searchKeys":["getEap80211","public EsperEap80211 getEap80211()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getEap80211"]},{"name":"public EsperProxy getProxy()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-proxy.html","searchKeys":["getProxy","public EsperProxy getProxy()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getProxy"]},{"name":"public EthernetConfig.Builder dhcp()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.dhcp","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/dhcp.html","searchKeys":["dhcp","public EthernetConfig.Builder dhcp()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.dhcp"]},{"name":"public EthernetConfig.Builder noAuthentication()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/no-authentication.html","searchKeys":["noAuthentication","public EthernetConfig.Builder noAuthentication()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noAuthentication"]},{"name":"public EthernetConfig.Builder noProxy()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/no-proxy.html","searchKeys":["noProxy","public EthernetConfig.Builder noProxy()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.noProxy"]},{"name":"public EthernetConfig.Builder pacProxy(Uri pacUrl)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.pacProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/pac-proxy.html","searchKeys":["pacProxy","public EthernetConfig.Builder pacProxy(Uri pacUrl)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.pacProxy"]},{"name":"public EthernetConfig.Builder staticHostConfig(EthernetConfig.StaticHostConfig ipConfig)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/static-host-config.html","searchKeys":["staticHostConfig","public EthernetConfig.Builder staticHostConfig(EthernetConfig.StaticHostConfig ipConfig)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticHostConfig"]},{"name":"public EthernetConfig.Builder staticProxy(EthernetConfig.StaticProxyConfig staticProxyConfig)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/static-proxy.html","searchKeys":["staticProxy","public EthernetConfig.Builder staticProxy(EthernetConfig.StaticProxyConfig staticProxyConfig)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.staticProxy"]},{"name":"public EthernetConfig.Builder withEapTlsAuthentication(EthernetConfig.SecurityConfig secConfig)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.withEapTlsAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/with-eap-tls-authentication.html","searchKeys":["withEapTlsAuthentication","public EthernetConfig.Builder withEapTlsAuthentication(EthernetConfig.SecurityConfig secConfig)","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.withEapTlsAuthentication"]},{"name":"public EthernetConfig.HostConfigurationMode getHostConfigurationMode()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getHostConfigurationMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-host-configuration-mode.html","searchKeys":["getHostConfigurationMode","public EthernetConfig.HostConfigurationMode getHostConfigurationMode()","io.esper.foundationsdk.ethernet.EthernetConfig.getHostConfigurationMode"]},{"name":"public EthernetConfig.ProxyMode getProxyMode()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getProxyMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-proxy-mode.html","searchKeys":["getProxyMode","public EthernetConfig.ProxyMode getProxyMode()","io.esper.foundationsdk.ethernet.EthernetConfig.getProxyMode"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapCACert(String cert)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapCACert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-c-a-cert.html","searchKeys":["eapCACert","public EthernetConfig.SecurityConfig.Builder eapCACert(String cert)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapCACert"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapClientCert(String cert)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapClientCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-client-cert.html","searchKeys":["eapClientCert","public EthernetConfig.SecurityConfig.Builder eapClientCert(String cert)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapClientCert"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapIdentity(String identity)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-identity.html","searchKeys":["eapIdentity","public EthernetConfig.SecurityConfig.Builder eapIdentity(String identity)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapIdentity"]},{"name":"public EthernetConfig.SecurityConfig.Builder eapMethod(EthernetConfig.SecurityConfig.SecurityMode mode)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/eap-method.html","searchKeys":["eapMethod","public EthernetConfig.SecurityConfig.Builder eapMethod(EthernetConfig.SecurityConfig.SecurityMode mode)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.eapMethod"]},{"name":"public EthernetConfig.SecurityConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/build.html","searchKeys":["build","public EthernetConfig.SecurityConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.build"]},{"name":"public EthernetConfig.SecurityConfig getSecurityConfig()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getSecurityConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-security-config.html","searchKeys":["getSecurityConfig","public EthernetConfig.SecurityConfig getSecurityConfig()","io.esper.foundationsdk.ethernet.EthernetConfig.getSecurityConfig"]},{"name":"public EthernetConfig.StaticHostConfig.Builder dnsServers(Array dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/dns-servers.html","searchKeys":["dnsServers","public EthernetConfig.StaticHostConfig.Builder dnsServers(Array dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers"]},{"name":"public EthernetConfig.StaticHostConfig.Builder dnsServers(List dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/dns-servers.html","searchKeys":["dnsServers","public EthernetConfig.StaticHostConfig.Builder dnsServers(List dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.dnsServers"]},{"name":"public EthernetConfig.StaticHostConfig.Builder gatewayAddress(String gatewayAddress)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.gatewayAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/gateway-address.html","searchKeys":["gatewayAddress","public EthernetConfig.StaticHostConfig.Builder gatewayAddress(String gatewayAddress)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.gatewayAddress"]},{"name":"public EthernetConfig.StaticHostConfig.Builder ipAddress(String ipAddress)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.ipAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/ip-address.html","searchKeys":["ipAddress","public EthernetConfig.StaticHostConfig.Builder ipAddress(String ipAddress)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.ipAddress"]},{"name":"public EthernetConfig.StaticHostConfig.Builder prefixLength(int prefixLength)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.prefixLength","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/prefix-length.html","searchKeys":["prefixLength","public EthernetConfig.StaticHostConfig.Builder prefixLength(int prefixLength)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.prefixLength"]},{"name":"public EthernetConfig.StaticHostConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/build.html","searchKeys":["build","public EthernetConfig.StaticHostConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder.build"]},{"name":"public EthernetConfig.StaticHostConfig getStaticHostConfig()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getStaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-static-host-config.html","searchKeys":["getStaticHostConfig","public EthernetConfig.StaticHostConfig getStaticHostConfig()","io.esper.foundationsdk.ethernet.EthernetConfig.getStaticHostConfig"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder excludedHosts(Array excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/excluded-hosts.html","searchKeys":["excludedHosts","public EthernetConfig.StaticProxyConfig.Builder excludedHosts(Array excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder excludedHosts(List excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/excluded-hosts.html","searchKeys":["excludedHosts","public EthernetConfig.StaticProxyConfig.Builder excludedHosts(List excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.excludedHosts"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder host(String host)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.host","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/host.html","searchKeys":["host","public EthernetConfig.StaticProxyConfig.Builder host(String host)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.host"]},{"name":"public EthernetConfig.StaticProxyConfig.Builder port(int port)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.port","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/port.html","searchKeys":["port","public EthernetConfig.StaticProxyConfig.Builder port(int port)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.port"]},{"name":"public EthernetConfig.StaticProxyConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/build.html","searchKeys":["build","public EthernetConfig.StaticProxyConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder.build"]},{"name":"public EthernetConfig.StaticProxyConfig getStaticProxyConfig()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getStaticProxyConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-static-proxy-config.html","searchKeys":["getStaticProxyConfig","public EthernetConfig.StaticProxyConfig getStaticProxyConfig()","io.esper.foundationsdk.ethernet.EthernetConfig.getStaticProxyConfig"]},{"name":"public EthernetConfig build()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder.build","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/build.html","searchKeys":["build","public EthernetConfig build()","io.esper.foundationsdk.ethernet.EthernetConfig.Builder.build"]},{"name":"public EthernetConfig getConfiguration(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.getConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/get-configuration.html","searchKeys":["getConfiguration","public EthernetConfig getConfiguration(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.getConfiguration"]},{"name":"public List getBackupFileInfo(String packageName)","description":"io.esper.foundationsdk.backup.BackupManager.getBackupFileInfo","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/get-backup-file-info.html","searchKeys":["getBackupFileInfo","public List getBackupFileInfo(String packageName)","io.esper.foundationsdk.backup.BackupManager.getBackupFileInfo"]},{"name":"public List getBackupList()","description":"io.esper.foundationsdk.backup.BackupManager.getBackupList","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/get-backup-list.html","searchKeys":["getBackupList","public List getBackupList()","io.esper.foundationsdk.backup.BackupManager.getBackupList"]},{"name":"public List getDnsServers()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getDnsServers","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-dns-servers.html","searchKeys":["getDnsServers","public List getDnsServers()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getDnsServers"]},{"name":"public List getExcludedHosts()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getExcludedHosts","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/get-excluded-hosts.html","searchKeys":["getExcludedHosts","public List getExcludedHosts()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getExcludedHosts"]},{"name":"public List getSupportedConfigNames()","description":"io.esper.foundationsdk.config.EsperConfigManager.getSupportedConfigNames","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-supported-config-names.html","searchKeys":["getSupportedConfigNames","public List getSupportedConfigNames()","io.esper.foundationsdk.config.EsperConfigManager.getSupportedConfigNames"]},{"name":"public List listInstalledCertificates(CertUsageType usageType, CertType certType)","description":"io.esper.foundationsdk.credentials.CertificateManager.listInstalledCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/list-installed-certificates.html","searchKeys":["listInstalledCertificates","public List listInstalledCertificates(CertUsageType usageType, CertType certType)","io.esper.foundationsdk.credentials.CertificateManager.listInstalledCertificates"]},{"name":"public String getAnonymousIdentity()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getAnonymousIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-anonymous-identity.html","searchKeys":["getAnonymousIdentity","public String getAnonymousIdentity()","io.esper.foundationsdk.wifi.EsperEap80211.getAnonymousIdentity"]},{"name":"public String getBackupName()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getBackupName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-backup-name.html","searchKeys":["getBackupName","public String getBackupName()","io.esper.foundationsdk.backup.BackupFileInfo.getBackupName"]},{"name":"public String getConfigValue(String name)","description":"io.esper.foundationsdk.config.EsperConfigManager.getConfigValue","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-config-value.html","searchKeys":["getConfigValue","public String getConfigValue(String name)","io.esper.foundationsdk.config.EsperConfigManager.getConfigValue"]},{"name":"public String getEapCACert()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapCACert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-c-a-cert.html","searchKeys":["getEapCACert","public String getEapCACert()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapCACert"]},{"name":"public String getEapClientCert()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapClientCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-client-cert.html","searchKeys":["getEapClientCert","public String getEapClientCert()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapClientCert"]},{"name":"public String getEapIdentity()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-identity.html","searchKeys":["getEapIdentity","public String getEapIdentity()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapIdentity"]},{"name":"public String getEapMethod()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/get-eap-method.html","searchKeys":["getEapMethod","public String getEapMethod()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.getEapMethod"]},{"name":"public String getGatewayAddress()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getGatewayAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-gateway-address.html","searchKeys":["getGatewayAddress","public String getGatewayAddress()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getGatewayAddress"]},{"name":"public String getHost()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getHost","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/get-host.html","searchKeys":["getHost","public String getHost()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getHost"]},{"name":"public String getHostName()","description":"io.esper.foundationsdk.wifi.EsperProxy.getHostName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-host-name.html","searchKeys":["getHostName","public String getHostName()","io.esper.foundationsdk.wifi.EsperProxy.getHostName"]},{"name":"public String getIdentity()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-identity.html","searchKeys":["getIdentity","public String getIdentity()","io.esper.foundationsdk.wifi.EsperEap80211.getIdentity"]},{"name":"public String getIpAddress()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getIpAddress","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-ip-address.html","searchKeys":["getIpAddress","public String getIpAddress()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getIpAddress"]},{"name":"public String getMethod()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-method.html","searchKeys":["getMethod","public String getMethod()","io.esper.foundationsdk.wifi.EsperEap80211.getMethod"]},{"name":"public String getPacUrl()","description":"io.esper.foundationsdk.wifi.EsperProxy.getPacUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-pac-url.html","searchKeys":["getPacUrl","public String getPacUrl()","io.esper.foundationsdk.wifi.EsperProxy.getPacUrl"]},{"name":"public String getPassphrase()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getPassphrase","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-passphrase.html","searchKeys":["getPassphrase","public String getPassphrase()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getPassphrase"]},{"name":"public String getPhase2Auth()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getPhase2Auth","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-phase2-auth.html","searchKeys":["getPhase2Auth","public String getPhase2Auth()","io.esper.foundationsdk.wifi.EsperEap80211.getPhase2Auth"]},{"name":"public String getSecurity()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSecurity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-security.html","searchKeys":["getSecurity","public String getSecurity()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSecurity"]},{"name":"public String getSsid()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSsid","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/get-ssid.html","searchKeys":["getSsid","public String getSsid()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.getSsid"]},{"name":"public String getSystemCertDomain()","description":"io.esper.foundationsdk.wifi.EsperEap80211.getSystemCertDomain","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/get-system-cert-domain.html","searchKeys":["getSystemCertDomain","public String getSystemCertDomain()","io.esper.foundationsdk.wifi.EsperEap80211.getSystemCertDomain"]},{"name":"public String getTimeStamp()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getTimeStamp","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-time-stamp.html","searchKeys":["getTimeStamp","public String getTimeStamp()","io.esper.foundationsdk.backup.BackupFileInfo.getTimeStamp"]},{"name":"public String getValue()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.getValue","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/get-value.html","searchKeys":["getValue","public String getValue()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.getValue"]},{"name":"public String getVersionName()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getVersionName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-version-name.html","searchKeys":["getVersionName","public String getVersionName()","io.esper.foundationsdk.backup.BackupFileInfo.getVersionName"]},{"name":"public String toString()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.wifi.EsperEap80211.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.wifi.EsperEap80211.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.wifi.EsperProxy.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.wifi.EsperProxy.toString"]},{"name":"public String toString()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.toString","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/to-string.html","searchKeys":["toString","public String toString()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.toString"]},{"name":"public Uri getPacUrl()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.getPacUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/get-pac-url.html","searchKeys":["getPacUrl","public Uri getPacUrl()","io.esper.foundationsdk.ethernet.EthernetConfig.getPacUrl"]},{"name":"public abstract int value()","description":"io.esper.foundationsdk.lib.MinApiLevel.value","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-min-api-level/value.html","searchKeys":["value","public abstract int value()","io.esper.foundationsdk.lib.MinApiLevel.value"]},{"name":"public boolean addWifiNetwork(EsperWifiConfiguration config, boolean attemptConnect)","description":"io.esper.foundationsdk.wifi.EsperWifiManager.addWifiNetwork","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-manager/add-wifi-network.html","searchKeys":["addWifiNetwork","public boolean addWifiNetwork(EsperWifiConfiguration config, boolean attemptConnect)","io.esper.foundationsdk.wifi.EsperWifiManager.addWifiNetwork"]},{"name":"public boolean equals(Object o)","description":"io.esper.foundationsdk.wifi.EsperEap80211.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/equals.html","searchKeys":["equals","public boolean equals(Object o)","io.esper.foundationsdk.wifi.EsperEap80211.equals"]},{"name":"public boolean equals(Object o)","description":"io.esper.foundationsdk.wifi.EsperProxy.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/equals.html","searchKeys":["equals","public boolean equals(Object o)","io.esper.foundationsdk.wifi.EsperProxy.equals"]},{"name":"public boolean equals(Object o)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/equals.html","searchKeys":["equals","public boolean equals(Object o)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.equals"]},{"name":"public boolean equals(Object other)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.equals","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/equals.html","searchKeys":["equals","public boolean equals(Object other)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.equals"]},{"name":"public boolean isAccessGranted(String packageName)","description":"io.esper.foundationsdk.usb.UsbPermissionManager.isAccessGranted","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/is-access-granted.html","searchKeys":["isAccessGranted","public boolean isAccessGranted(String packageName)","io.esper.foundationsdk.usb.UsbPermissionManager.isAccessGranted"]},{"name":"public boolean isConfigSupported(String name)","description":"io.esper.foundationsdk.config.EsperConfigManager.isConfigSupported","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/is-config-supported.html","searchKeys":["isConfigSupported","public boolean isConfigSupported(String name)","io.esper.foundationsdk.config.EsperConfigManager.isConfigSupported"]},{"name":"public boolean isDisabled(int what)","description":"io.esper.foundationsdk.systemui.NavigationBarManager.isDisabled","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/is-disabled.html","searchKeys":["isDisabled","public boolean isDisabled(int what)","io.esper.foundationsdk.systemui.NavigationBarManager.isDisabled"]},{"name":"public boolean isEnableSystemCert()","description":"io.esper.foundationsdk.wifi.EsperEap80211.isEnableSystemCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/is-enable-system-cert.html","searchKeys":["isEnableSystemCert","public boolean isEnableSystemCert()","io.esper.foundationsdk.wifi.EsperEap80211.isEnableSystemCert"]},{"name":"public boolean isHidden()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.isHidden","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/is-hidden.html","searchKeys":["isHidden","public boolean isHidden()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.isHidden"]},{"name":"public boolean isMetered()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.isMetered","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/is-metered.html","searchKeys":["isMetered","public boolean isMetered()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.isMetered"]},{"name":"public class BackupFileInfo implements Parcelable","description":"io.esper.foundationsdk.backup.BackupFileInfo","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/index.html","searchKeys":["BackupFileInfo","public class BackupFileInfo implements Parcelable","io.esper.foundationsdk.backup.BackupFileInfo"]},{"name":"public class BackupManager extends AbstractManager","description":"io.esper.foundationsdk.backup.BackupManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/index.html","searchKeys":["BackupManager","public class BackupManager extends AbstractManager","io.esper.foundationsdk.backup.BackupManager"]},{"name":"public class BrandingManager extends AbstractManager","description":"io.esper.foundationsdk.branding.BrandingManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/index.html","searchKeys":["BrandingManager","public class BrandingManager extends AbstractManager","io.esper.foundationsdk.branding.BrandingManager"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.Builder"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.Builder"]},{"name":"public class Builder","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-builder/index.html","searchKeys":["Builder","public class Builder","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.Builder"]},{"name":"public class CertificateManager extends AbstractManager","description":"io.esper.foundationsdk.credentials.CertificateManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/index.html","searchKeys":["CertificateManager","public class CertificateManager extends AbstractManager","io.esper.foundationsdk.credentials.CertificateManager"]},{"name":"public class Constants","description":"io.esper.foundationsdk.Constants","location":"-foundation -a-p-i -reference/io.esper.foundationsdk/-constants/index.html","searchKeys":["Constants","public class Constants","io.esper.foundationsdk.Constants"]},{"name":"public class EsperAdbManager extends AbstractManager","description":"io.esper.foundationsdk.adb.EsperAdbManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.adb/-esper-adb-manager/index.html","searchKeys":["EsperAdbManager","public class EsperAdbManager extends AbstractManager","io.esper.foundationsdk.adb.EsperAdbManager"]},{"name":"public class EsperAlarmManager extends AbstractManager","description":"io.esper.foundationsdk.alarm.EsperAlarmManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.alarm/-esper-alarm-manager/index.html","searchKeys":["EsperAlarmManager","public class EsperAlarmManager extends AbstractManager","io.esper.foundationsdk.alarm.EsperAlarmManager"]},{"name":"public class EsperConfigManager extends AbstractManager","description":"io.esper.foundationsdk.config.EsperConfigManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/index.html","searchKeys":["EsperConfigManager","public class EsperConfigManager extends AbstractManager","io.esper.foundationsdk.config.EsperConfigManager"]},{"name":"public class EsperEap80211 implements Parcelable","description":"io.esper.foundationsdk.wifi.EsperEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/index.html","searchKeys":["EsperEap80211","public class EsperEap80211 implements Parcelable","io.esper.foundationsdk.wifi.EsperEap80211"]},{"name":"public class EsperProxy implements Parcelable","description":"io.esper.foundationsdk.wifi.EsperProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/index.html","searchKeys":["EsperProxy","public class EsperProxy implements Parcelable","io.esper.foundationsdk.wifi.EsperProxy"]},{"name":"public class EsperRuntimePermissionManager extends AbstractManager","description":"io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.runtimepermission/-esper-runtime-permission-manager/index.html","searchKeys":["EsperRuntimePermissionManager","public class EsperRuntimePermissionManager extends AbstractManager","io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager"]},{"name":"public class EsperSdkException extends Exception","description":"io.esper.foundationsdk.lib.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/index.html","searchKeys":["EsperSdkException","public class EsperSdkException extends Exception","io.esper.foundationsdk.lib.EsperSdkException"]},{"name":"public class EsperWifiConfiguration implements Parcelable","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/index.html","searchKeys":["EsperWifiConfiguration","public class EsperWifiConfiguration implements Parcelable","io.esper.foundationsdk.wifi.EsperWifiConfiguration"]},{"name":"public class EsperWifiManager extends AbstractManager","description":"io.esper.foundationsdk.wifi.EsperWifiManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-manager/index.html","searchKeys":["EsperWifiManager","public class EsperWifiManager extends AbstractManager","io.esper.foundationsdk.wifi.EsperWifiManager"]},{"name":"public class EthernetConfig implements Parcelable","description":"io.esper.foundationsdk.ethernet.EthernetConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/index.html","searchKeys":["EthernetConfig","public class EthernetConfig implements Parcelable","io.esper.foundationsdk.ethernet.EthernetConfig"]},{"name":"public class EthernetConfigManager extends AbstractManager","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/index.html","searchKeys":["EthernetConfigManager","public class EthernetConfigManager extends AbstractManager","io.esper.foundationsdk.ethernet.EthernetConfigManager"]},{"name":"public class NavigationBarManager extends AbstractManager","description":"io.esper.foundationsdk.systemui.NavigationBarManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/index.html","searchKeys":["NavigationBarManager","public class NavigationBarManager extends AbstractManager","io.esper.foundationsdk.systemui.NavigationBarManager"]},{"name":"public class SecurityConfig","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/index.html","searchKeys":["SecurityConfig","public class SecurityConfig","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig"]},{"name":"public class StaticHostConfig","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/index.html","searchKeys":["StaticHostConfig","public class StaticHostConfig","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig"]},{"name":"public class StaticProxyConfig","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/index.html","searchKeys":["StaticProxyConfig","public class StaticProxyConfig","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig"]},{"name":"public class UnsupportedApiException extends EsperSdkException","description":"io.esper.foundationsdk.lib.UnsupportedApiException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-api-exception/index.html","searchKeys":["UnsupportedApiException","public class UnsupportedApiException extends EsperSdkException","io.esper.foundationsdk.lib.UnsupportedApiException"]},{"name":"public class UnsupportedTargetException extends EsperSdkException","description":"io.esper.foundationsdk.lib.UnsupportedTargetException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-target-exception/index.html","searchKeys":["UnsupportedTargetException","public class UnsupportedTargetException extends EsperSdkException","io.esper.foundationsdk.lib.UnsupportedTargetException"]},{"name":"public class UsbPermissionManager extends AbstractManager","description":"io.esper.foundationsdk.usb.UsbPermissionManager","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/index.html","searchKeys":["UsbPermissionManager","public class UsbPermissionManager extends AbstractManager","io.esper.foundationsdk.usb.UsbPermissionManager"]},{"name":"public enum CertType implements Parcelable","description":"io.esper.foundationsdk.credentials.CertType","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/index.html","searchKeys":["CertType","public enum CertType implements Parcelable","io.esper.foundationsdk.credentials.CertType"]},{"name":"public enum CertUsageType implements Parcelable","description":"io.esper.foundationsdk.credentials.CertUsageType","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/index.html","searchKeys":["CertUsageType","public enum CertUsageType implements Parcelable","io.esper.foundationsdk.credentials.CertUsageType"]},{"name":"public enum HostConfigurationMode","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/index.html","searchKeys":["HostConfigurationMode","public enum HostConfigurationMode","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode"]},{"name":"public enum ProxyMode","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/index.html","searchKeys":["ProxyMode","public enum ProxyMode","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode"]},{"name":"public enum SecurityMode","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/index.html","searchKeys":["SecurityMode","public enum SecurityMode","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode"]},{"name":"public int describeContents()","description":"io.esper.foundationsdk.credentials.CertType.describeContents","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/describe-contents.html","searchKeys":["describeContents","public int describeContents()","io.esper.foundationsdk.credentials.CertType.describeContents"]},{"name":"public int describeContents()","description":"io.esper.foundationsdk.credentials.CertUsageType.describeContents","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/describe-contents.html","searchKeys":["describeContents","public int describeContents()","io.esper.foundationsdk.credentials.CertUsageType.describeContents"]},{"name":"public int getPort()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getPort","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/get-port.html","searchKeys":["getPort","public int getPort()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.getPort"]},{"name":"public int getPort()","description":"io.esper.foundationsdk.wifi.EsperProxy.getPort","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/get-port.html","searchKeys":["getPort","public int getPort()","io.esper.foundationsdk.wifi.EsperProxy.getPort"]},{"name":"public int getPrefixLength()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getPrefixLength","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/get-prefix-length.html","searchKeys":["getPrefixLength","public int getPrefixLength()","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.getPrefixLength"]},{"name":"public int hashCode()","description":"io.esper.foundationsdk.wifi.EsperEap80211.hashCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/hash-code.html","searchKeys":["hashCode","public int hashCode()","io.esper.foundationsdk.wifi.EsperEap80211.hashCode"]},{"name":"public int hashCode()","description":"io.esper.foundationsdk.wifi.EsperProxy.hashCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/hash-code.html","searchKeys":["hashCode","public int hashCode()","io.esper.foundationsdk.wifi.EsperProxy.hashCode"]},{"name":"public int hashCode()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.hashCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/hash-code.html","searchKeys":["hashCode","public int hashCode()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.hashCode"]},{"name":"public long getVersionCode()","description":"io.esper.foundationsdk.backup.BackupFileInfo.getVersionCode","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/get-version-code.html","searchKeys":["getVersionCode","public long getVersionCode()","io.esper.foundationsdk.backup.BackupFileInfo.getVersionCode"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.credentials.CertType.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.credentials.CertType.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.credentials.CertUsageType.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.credentials.CertUsageType.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.values"]},{"name":"public static Array values()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.values","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/values.html","searchKeys":["values","public static Array values()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.values"]},{"name":"public static BackupManager getInstance(Context context)","description":"io.esper.foundationsdk.backup.BackupManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/get-instance.html","searchKeys":["getInstance","public static BackupManager getInstance(Context context)","io.esper.foundationsdk.backup.BackupManager.getInstance"]},{"name":"public static BrandingManager getInstance(Context context)","description":"io.esper.foundationsdk.branding.BrandingManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/get-instance.html","searchKeys":["getInstance","public static BrandingManager getInstance(Context context)","io.esper.foundationsdk.branding.BrandingManager.getInstance"]},{"name":"public static CertType valueOf(String name)","description":"io.esper.foundationsdk.credentials.CertType.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/value-of.html","searchKeys":["valueOf","public static CertType valueOf(String name)","io.esper.foundationsdk.credentials.CertType.valueOf"]},{"name":"public static CertUsageType valueOf(String name)","description":"io.esper.foundationsdk.credentials.CertUsageType.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/value-of.html","searchKeys":["valueOf","public static CertUsageType valueOf(String name)","io.esper.foundationsdk.credentials.CertUsageType.valueOf"]},{"name":"public static CertificateManager getInstance()","description":"io.esper.foundationsdk.credentials.CertificateManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/get-instance.html","searchKeys":["getInstance","public static CertificateManager getInstance()","io.esper.foundationsdk.credentials.CertificateManager.getInstance"]},{"name":"public static EsperAdbManager getInstance(Context context)","description":"io.esper.foundationsdk.adb.EsperAdbManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.adb/-esper-adb-manager/get-instance.html","searchKeys":["getInstance","public static EsperAdbManager getInstance(Context context)","io.esper.foundationsdk.adb.EsperAdbManager.getInstance"]},{"name":"public static EsperAlarmManager getInstance(Context context)","description":"io.esper.foundationsdk.alarm.EsperAlarmManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.alarm/-esper-alarm-manager/get-instance.html","searchKeys":["getInstance","public static EsperAlarmManager getInstance(Context context)","io.esper.foundationsdk.alarm.EsperAlarmManager.getInstance"]},{"name":"public static EsperConfigManager getInstance(Context context)","description":"io.esper.foundationsdk.config.EsperConfigManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/get-instance.html","searchKeys":["getInstance","public static EsperConfigManager getInstance(Context context)","io.esper.foundationsdk.config.EsperConfigManager.getInstance"]},{"name":"public static EsperRuntimePermissionManager getInstance(Context context)","description":"io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.runtimepermission/-esper-runtime-permission-manager/get-instance.html","searchKeys":["getInstance","public static EsperRuntimePermissionManager getInstance(Context context)","io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.getInstance"]},{"name":"public static EsperWifiManager getInstance(Context context)","description":"io.esper.foundationsdk.wifi.EsperWifiManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-manager/get-instance.html","searchKeys":["getInstance","public static EsperWifiManager getInstance(Context context)","io.esper.foundationsdk.wifi.EsperWifiManager.getInstance"]},{"name":"public static EthernetConfig.HostConfigurationMode valueOf(String name)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-host-configuration-mode/value-of.html","searchKeys":["valueOf","public static EthernetConfig.HostConfigurationMode valueOf(String name)","io.esper.foundationsdk.ethernet.EthernetConfig.HostConfigurationMode.valueOf"]},{"name":"public static EthernetConfig.ProxyMode valueOf(String name)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-proxy-mode/value-of.html","searchKeys":["valueOf","public static EthernetConfig.ProxyMode valueOf(String name)","io.esper.foundationsdk.ethernet.EthernetConfig.ProxyMode.valueOf"]},{"name":"public static EthernetConfig.SecurityConfig.SecurityMode valueOf(String name)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.valueOf","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-security-mode/value-of.html","searchKeys":["valueOf","public static EthernetConfig.SecurityConfig.SecurityMode valueOf(String name)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.SecurityMode.valueOf"]},{"name":"public static EthernetConfigManager getInstance(Context context)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/get-instance.html","searchKeys":["getInstance","public static EthernetConfigManager getInstance(Context context)","io.esper.foundationsdk.ethernet.EthernetConfigManager.getInstance"]},{"name":"public static NavigationBarManager getInstance(Context context)","description":"io.esper.foundationsdk.systemui.NavigationBarManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/get-instance.html","searchKeys":["getInstance","public static NavigationBarManager getInstance(Context context)","io.esper.foundationsdk.systemui.NavigationBarManager.getInstance"]},{"name":"public static UsbPermissionManager getInstance(Context context)","description":"io.esper.foundationsdk.usb.UsbPermissionManager.getInstance","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/get-instance.html","searchKeys":["getInstance","public static UsbPermissionManager getInstance(Context context)","io.esper.foundationsdk.usb.UsbPermissionManager.getInstance"]},{"name":"public static boolean isTargetSupported()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.isTargetSupported","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/is-target-supported.html","searchKeys":["isTargetSupported","public static boolean isTargetSupported()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.isTargetSupported"]},{"name":"public void BackupFileInfo()","description":"io.esper.foundationsdk.backup.BackupFileInfo.BackupFileInfo","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-file-info/-backup-file-info.html","searchKeys":["BackupFileInfo","public void BackupFileInfo()","io.esper.foundationsdk.backup.BackupFileInfo.BackupFileInfo"]},{"name":"public void EsperEap80211()","description":"io.esper.foundationsdk.wifi.EsperEap80211.EsperEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/-esper-eap80211.html","searchKeys":["EsperEap80211","public void EsperEap80211()","io.esper.foundationsdk.wifi.EsperEap80211.EsperEap80211"]},{"name":"public void EsperProxy()","description":"io.esper.foundationsdk.wifi.EsperProxy.EsperProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/-esper-proxy.html","searchKeys":["EsperProxy","public void EsperProxy()","io.esper.foundationsdk.wifi.EsperProxy.EsperProxy"]},{"name":"public void EsperSdkException()","description":"io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/-esper-sdk-exception.html","searchKeys":["EsperSdkException","public void EsperSdkException()","io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException"]},{"name":"public void EsperSdkException(String message)","description":"io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/-esper-sdk-exception.html","searchKeys":["EsperSdkException","public void EsperSdkException(String message)","io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException"]},{"name":"public void EsperSdkException(Throwable cause)","description":"io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-esper-sdk-exception/-esper-sdk-exception.html","searchKeys":["EsperSdkException","public void EsperSdkException(Throwable cause)","io.esper.foundationsdk.lib.EsperSdkException.EsperSdkException"]},{"name":"public void EsperWifiConfiguration()","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.EsperWifiConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/-esper-wifi-configuration.html","searchKeys":["EsperWifiConfiguration","public void EsperWifiConfiguration()","io.esper.foundationsdk.wifi.EsperWifiConfiguration.EsperWifiConfiguration"]},{"name":"public void EthernetConfig.SecurityConfig(EthernetConfig.SecurityConfig.SecurityMode mode, String eapIdentity, String eapCACert, String eapClientCert)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.EthernetConfig.SecurityConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-ethernet-config.-security-config.html","searchKeys":["SecurityConfig","public void EthernetConfig.SecurityConfig(EthernetConfig.SecurityConfig.SecurityMode mode, String eapIdentity, String eapCACert, String eapClientCert)","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.EthernetConfig.SecurityConfig"]},{"name":"public void EthernetConfig.SecurityConfig.Builder()","description":"io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.EthernetConfig.SecurityConfig.Builder","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-security-config/-builder/-ethernet-config.-security-config.-builder.html","searchKeys":["Builder","public void EthernetConfig.SecurityConfig.Builder()","io.esper.foundationsdk.ethernet.EthernetConfig.SecurityConfig.Builder.EthernetConfig.SecurityConfig.Builder"]},{"name":"public void EthernetConfig.StaticHostConfig(String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.EthernetConfig.StaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-host-config/-ethernet-config.-static-host-config.html","searchKeys":["StaticHostConfig","public void EthernetConfig.StaticHostConfig(String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticHostConfig.EthernetConfig.StaticHostConfig"]},{"name":"public void EthernetConfig.StaticProxyConfig(String host, int port, List excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.EthernetConfig.StaticProxyConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config/-static-proxy-config/-ethernet-config.-static-proxy-config.html","searchKeys":["StaticProxyConfig","public void EthernetConfig.StaticProxyConfig(String host, int port, List excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfig.StaticProxyConfig.EthernetConfig.StaticProxyConfig"]},{"name":"public void UnsupportedApiException(int minApiLevel)","description":"io.esper.foundationsdk.lib.UnsupportedApiException.UnsupportedApiException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-api-exception/-unsupported-api-exception.html","searchKeys":["UnsupportedApiException","public void UnsupportedApiException(int minApiLevel)","io.esper.foundationsdk.lib.UnsupportedApiException.UnsupportedApiException"]},{"name":"public void UnsupportedTargetException()","description":"io.esper.foundationsdk.lib.UnsupportedTargetException.UnsupportedTargetException","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.lib/-unsupported-target-exception/-unsupported-target-exception.html","searchKeys":["UnsupportedTargetException","public void UnsupportedTargetException()","io.esper.foundationsdk.lib.UnsupportedTargetException.UnsupportedTargetException"]},{"name":"public void allowDebugging(String pubKey)","description":"io.esper.foundationsdk.adb.EsperAdbManager.allowDebugging","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.adb/-esper-adb-manager/allow-debugging.html","searchKeys":["allowDebugging","public void allowDebugging(String pubKey)","io.esper.foundationsdk.adb.EsperAdbManager.allowDebugging"]},{"name":"public void clearProxySettings(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.clearProxySettings","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/clear-proxy-settings.html","searchKeys":["clearProxySettings","public void clearProxySettings(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.clearProxySettings"]},{"name":"public void deleteBackup(String packageName, String backupName)","description":"io.esper.foundationsdk.backup.BackupManager.deleteBackup","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/delete-backup.html","searchKeys":["deleteBackup","public void deleteBackup(String packageName, String backupName)","io.esper.foundationsdk.backup.BackupManager.deleteBackup"]},{"name":"public void disable(int what)","description":"io.esper.foundationsdk.systemui.NavigationBarManager.disable","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.systemui/-navigation-bar-manager/disable.html","searchKeys":["disable","public void disable(int what)","io.esper.foundationsdk.systemui.NavigationBarManager.disable"]},{"name":"public void disableAuthentication(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.disableAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/disable-authentication.html","searchKeys":["disableAuthentication","public void disableAuthentication(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.disableAuthentication"]},{"name":"public void disableCustomBootAnim()","description":"io.esper.foundationsdk.branding.BrandingManager.disableCustomBootAnim","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/disable-custom-boot-anim.html","searchKeys":["disableCustomBootAnim","public void disableCustomBootAnim()","io.esper.foundationsdk.branding.BrandingManager.disableCustomBootAnim"]},{"name":"public void enableDhcp(String iface)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.enableDhcp","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/enable-dhcp.html","searchKeys":["enableDhcp","public void enableDhcp(String iface)","io.esper.foundationsdk.ethernet.EthernetConfigManager.enableDhcp"]},{"name":"public void enableEapTlsAuthentication(String iface, String eapIdentity, String eapCACertAlias, String eapClientCertAlias)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.enableEapTlsAuthentication","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/enable-eap-tls-authentication.html","searchKeys":["enableEapTlsAuthentication","public void enableEapTlsAuthentication(String iface, String eapIdentity, String eapCACertAlias, String eapClientCertAlias)","io.esper.foundationsdk.ethernet.EthernetConfigManager.enableEapTlsAuthentication"]},{"name":"public void installCertificates(CertUsageType usageType, Array pkcs12Data, String password, String alias)","description":"io.esper.foundationsdk.credentials.CertificateManager.installCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/install-certificates.html","searchKeys":["installCertificates","public void installCertificates(CertUsageType usageType, Array pkcs12Data, String password, String alias)","io.esper.foundationsdk.credentials.CertificateManager.installCertificates"]},{"name":"public void installCertificates(CertUsageType usageType, String pemUserCert, String pemPrivKey, String pemCaCert, String alias)","description":"io.esper.foundationsdk.credentials.CertificateManager.installCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/install-certificates.html","searchKeys":["installCertificates","public void installCertificates(CertUsageType usageType, String pemUserCert, String pemPrivKey, String pemCaCert, String alias)","io.esper.foundationsdk.credentials.CertificateManager.installCertificates"]},{"name":"public void restoreBackup(String packageName, String backupName)","description":"io.esper.foundationsdk.backup.BackupManager.restoreBackup","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/restore-backup.html","searchKeys":["restoreBackup","public void restoreBackup(String packageName, String backupName)","io.esper.foundationsdk.backup.BackupManager.restoreBackup"]},{"name":"public void setAccessGranted(String packageName, boolean isGranted)","description":"io.esper.foundationsdk.usb.UsbPermissionManager.setAccessGranted","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.usb/-usb-permission-manager/set-access-granted.html","searchKeys":["setAccessGranted","public void setAccessGranted(String packageName, boolean isGranted)","io.esper.foundationsdk.usb.UsbPermissionManager.setAccessGranted"]},{"name":"public void setAnonymousIdentity(String anonymousIdentity)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setAnonymousIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-anonymous-identity.html","searchKeys":["setAnonymousIdentity","public void setAnonymousIdentity(String anonymousIdentity)","io.esper.foundationsdk.wifi.EsperEap80211.setAnonymousIdentity"]},{"name":"public void setConfigValue(String name, String value)","description":"io.esper.foundationsdk.config.EsperConfigManager.setConfigValue","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.config/-esper-config-manager/set-config-value.html","searchKeys":["setConfigValue","public void setConfigValue(String name, String value)","io.esper.foundationsdk.config.EsperConfigManager.setConfigValue"]},{"name":"public void setConfiguration(String iface, EthernetConfig config)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setConfiguration","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-configuration.html","searchKeys":["setConfiguration","public void setConfiguration(String iface, EthernetConfig config)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setConfiguration"]},{"name":"public void setCustomBootAnim(String path)","description":"io.esper.foundationsdk.branding.BrandingManager.setCustomBootAnim","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.branding/-branding-manager/set-custom-boot-anim.html","searchKeys":["setCustomBootAnim","public void setCustomBootAnim(String path)","io.esper.foundationsdk.branding.BrandingManager.setCustomBootAnim"]},{"name":"public void setDeviceTime(long milliseconds)","description":"io.esper.foundationsdk.alarm.EsperAlarmManager.setDeviceTime","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.alarm/-esper-alarm-manager/set-device-time.html","searchKeys":["setDeviceTime","public void setDeviceTime(long milliseconds)","io.esper.foundationsdk.alarm.EsperAlarmManager.setDeviceTime"]},{"name":"public void setEap80211(EsperEap80211 eap80211)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setEap80211","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-eap80211.html","searchKeys":["setEap80211","public void setEap80211(EsperEap80211 eap80211)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setEap80211"]},{"name":"public void setEnableSystemCert(boolean enableSystemCert)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setEnableSystemCert","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-enable-system-cert.html","searchKeys":["setEnableSystemCert","public void setEnableSystemCert(boolean enableSystemCert)","io.esper.foundationsdk.wifi.EsperEap80211.setEnableSystemCert"]},{"name":"public void setExclusionList(Array exclusionList)","description":"io.esper.foundationsdk.wifi.EsperProxy.setExclusionList","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-exclusion-list.html","searchKeys":["setExclusionList","public void setExclusionList(Array exclusionList)","io.esper.foundationsdk.wifi.EsperProxy.setExclusionList"]},{"name":"public void setHidden(boolean hidden)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setHidden","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-hidden.html","searchKeys":["setHidden","public void setHidden(boolean hidden)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setHidden"]},{"name":"public void setHostName(String hostName)","description":"io.esper.foundationsdk.wifi.EsperProxy.setHostName","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-host-name.html","searchKeys":["setHostName","public void setHostName(String hostName)","io.esper.foundationsdk.wifi.EsperProxy.setHostName"]},{"name":"public void setIdentity(String identity)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setIdentity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-identity.html","searchKeys":["setIdentity","public void setIdentity(String identity)","io.esper.foundationsdk.wifi.EsperEap80211.setIdentity"]},{"name":"public void setMetered(boolean metered)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setMetered","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-metered.html","searchKeys":["setMetered","public void setMetered(boolean metered)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setMetered"]},{"name":"public void setMethod(String method)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setMethod","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-method.html","searchKeys":["setMethod","public void setMethod(String method)","io.esper.foundationsdk.wifi.EsperEap80211.setMethod"]},{"name":"public void setPacUrl(String pacUrl)","description":"io.esper.foundationsdk.wifi.EsperProxy.setPacUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-pac-url.html","searchKeys":["setPacUrl","public void setPacUrl(String pacUrl)","io.esper.foundationsdk.wifi.EsperProxy.setPacUrl"]},{"name":"public void setPassphrase(String passphrase)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setPassphrase","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-passphrase.html","searchKeys":["setPassphrase","public void setPassphrase(String passphrase)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setPassphrase"]},{"name":"public void setPermissionState(String permission, int state)","description":"io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.setPermissionState","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.runtimepermission/-esper-runtime-permission-manager/set-permission-state.html","searchKeys":["setPermissionState","public void setPermissionState(String permission, int state)","io.esper.foundationsdk.runtimepermission.EsperRuntimePermissionManager.setPermissionState"]},{"name":"public void setPhase2Auth(String phase2Auth)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setPhase2Auth","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-phase2-auth.html","searchKeys":["setPhase2Auth","public void setPhase2Auth(String phase2Auth)","io.esper.foundationsdk.wifi.EsperEap80211.setPhase2Auth"]},{"name":"public void setPort(int port)","description":"io.esper.foundationsdk.wifi.EsperProxy.setPort","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-proxy/set-port.html","searchKeys":["setPort","public void setPort(int port)","io.esper.foundationsdk.wifi.EsperProxy.setPort"]},{"name":"public void setProxy(EsperProxy proxy)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-proxy.html","searchKeys":["setProxy","public void setProxy(EsperProxy proxy)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setProxy"]},{"name":"public void setProxyAutoConfigUrl(String iface, Uri pacUrl)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setProxyAutoConfigUrl","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-proxy-auto-config-url.html","searchKeys":["setProxyAutoConfigUrl","public void setProxyAutoConfigUrl(String iface, Uri pacUrl)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setProxyAutoConfigUrl"]},{"name":"public void setSecurity(String security)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSecurity","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-security.html","searchKeys":["setSecurity","public void setSecurity(String security)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSecurity"]},{"name":"public void setSsid(String ssid)","description":"io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSsid","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-wifi-configuration/set-ssid.html","searchKeys":["setSsid","public void setSsid(String ssid)","io.esper.foundationsdk.wifi.EsperWifiConfiguration.setSsid"]},{"name":"public void setStaticHostConfig(String iface, String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticHostConfig","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-static-host-config.html","searchKeys":["setStaticHostConfig","public void setStaticHostConfig(String iface, String ipAddress, int prefixLength, String gatewayAddress, List dnsServers)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticHostConfig"]},{"name":"public void setStaticProxy(String iface, String host, int port, List excludedHosts)","description":"io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticProxy","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.ethernet/-ethernet-config-manager/set-static-proxy.html","searchKeys":["setStaticProxy","public void setStaticProxy(String iface, String host, int port, List excludedHosts)","io.esper.foundationsdk.ethernet.EthernetConfigManager.setStaticProxy"]},{"name":"public void setSystemCertDomain(String systemCertDomain)","description":"io.esper.foundationsdk.wifi.EsperEap80211.setSystemCertDomain","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.wifi/-esper-eap80211/set-system-cert-domain.html","searchKeys":["setSystemCertDomain","public void setSystemCertDomain(String systemCertDomain)","io.esper.foundationsdk.wifi.EsperEap80211.setSystemCertDomain"]},{"name":"public void takeBackup(String packageName)","description":"io.esper.foundationsdk.backup.BackupManager.takeBackup","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.backup/-backup-manager/take-backup.html","searchKeys":["takeBackup","public void takeBackup(String packageName)","io.esper.foundationsdk.backup.BackupManager.takeBackup"]},{"name":"public void uninstallCertificates(CertUsageType usageType, String alias)","description":"io.esper.foundationsdk.credentials.CertificateManager.uninstallCertificates","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-certificate-manager/uninstall-certificates.html","searchKeys":["uninstallCertificates","public void uninstallCertificates(CertUsageType usageType, String alias)","io.esper.foundationsdk.credentials.CertificateManager.uninstallCertificates"]},{"name":"public void writeToParcel(Parcel dest, int flags)","description":"io.esper.foundationsdk.credentials.CertType.writeToParcel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-type/write-to-parcel.html","searchKeys":["writeToParcel","public void writeToParcel(Parcel dest, int flags)","io.esper.foundationsdk.credentials.CertType.writeToParcel"]},{"name":"public void writeToParcel(Parcel dest, int flags)","description":"io.esper.foundationsdk.credentials.CertUsageType.writeToParcel","location":"-foundation -a-p-i -reference/io.esper.foundationsdk.credentials/-cert-usage-type/write-to-parcel.html","searchKeys":["writeToParcel","public void writeToParcel(Parcel dest, int flags)","io.esper.foundationsdk.credentials.CertUsageType.writeToParcel"]}]