Skip navigation links
A B C D E F G I L M N O P Q R S T U V W 

A

ACCESS_TOKEN_INVALID - Static variable in class com.eloview.sdk.accountManager.AccountManager
Obtaining an Elo access token was not successful.
ACCESS_TOKEN_VALID - Static variable in class com.eloview.sdk.accountManager.AccountManager
An access token was requested and a valid token was received from the elo servers
AccountManager - Class in com.eloview.sdk.accountManager
AccountManager class provides the below operations.
AccountManager() - Constructor for class com.eloview.sdk.accountManager.AccountManager
 
ACTION_GET_DEVICE_CLOUD_STATUS - Static variable in class com.eloview.sdk.eloview.EloView
 
ACTION_GET_PLAY_CONTENT - Static variable in class com.eloview.sdk.eloview.EloView
 
ACTION_GET_PLAY_CONTENT_STATUS - Static variable in class com.eloview.sdk.eloview.EloView
 
ACTION_SET_OFFLINE_PLAY_CONTENT - Static variable in class com.eloview.sdk.eloview.EloView
 
API_ACCESS_TOKEN_INVALID - Static variable in class com.eloview.sdk.accountManager.AccountManager
 
API_ACCESS_TOKEN_VALID - Static variable in class com.eloview.sdk.accountManager.AccountManager
 

B

bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.eloview.EloView
This method is used to bind the service to the application.
bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.infoManager.Info
This method is used to bind the service to the application.
bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.memoryManager.Memory
This method is used to bind the service to the application.
bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.networkManager.Network
This method is used to bind the service to the application.
bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.packageManager.Package
This method is used to bind the service to the application.
bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to bind the service to the application.
bindService(Context, ServiceConnectionCallback, String) - Method in class com.eloview.sdk.systemManager.System
This method is used to bind the service to access the System APIs.

C

captureScreenShot(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to capture a screenshot.
CertificateConfig - Class in com.eloview.sdk.networkManager
This is a model class which used to keep the certificate configuration data.
CertificateConfig(String, String, CertificateType) - Constructor for class com.eloview.sdk.networkManager.CertificateConfig
 
CertificateType - Enum in com.eloview.sdk.networkManager
CertificateConfig only accepts a certificate type which is defined in the enum @CertificateType
changeLockScreenPassword(Context, String, String, boolean) - Method in class com.eloview.sdk.systemManager.System
API used to apply the screen lock Password.
changeLockScreenPin(Context, String, String, boolean) - Method in class com.eloview.sdk.systemManager.System
API used to change the screen lock Pin when screen lock pin is already set.
checkOTAStatus(Context, String, String, Handler) - Method in class com.eloview.sdk.otaManager.OTA
This method is used to check whether the OTA package currently installed on the device is newer or older than the latest package available on the server.
checkOTAStatus(Context, String, JSONObject, Handler) - Method in class com.eloview.sdk.otaManager.OTA
This method is used to check whether the OTA package currently installed on the device is newer or older than the latest package available on the server.
clearAllAppCacheUserData(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to clear cache and userdata of all apps except the ones in the exception list
clearAllWhitelistAppPermission(boolean) - Method in class com.eloview.sdk.packageManager.Package
This method used to clear all whitelisted packages so system don't allow runtime permissions on installation time.
clearAppCacheUserData(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to clear cache and userdata of the given applications
clearWhitelistAppPermission(String) - Method in class com.eloview.sdk.packageManager.Package
This method used to clear whitelisted packages so system don't allow runtime permissions on installation time.
clone() - Method in class com.eloview.sdk.consts.Consts
 
com.eloview.sdk.accountManager - package com.eloview.sdk.accountManager
 
com.eloview.sdk.consts - package com.eloview.sdk.consts
 
com.eloview.sdk.eloview - package com.eloview.sdk.eloview
 
com.eloview.sdk.infoManager - package com.eloview.sdk.infoManager
 
com.eloview.sdk.memoryManager - package com.eloview.sdk.memoryManager
 
com.eloview.sdk.networkManager - package com.eloview.sdk.networkManager
 
com.eloview.sdk.otaManager - package com.eloview.sdk.otaManager
 
com.eloview.sdk.packageManager - package com.eloview.sdk.packageManager
 
com.eloview.sdk.peripheralManager - package com.eloview.sdk.peripheralManager
 
com.eloview.sdk.systemManager - package com.eloview.sdk.systemManager
 
configureOAuthHostedUI(Activity, Handler) - Method in class com.eloview.sdk.accountManager.AccountManager
This method is used to initialize OAuth Hosted UI
Consts - Class in com.eloview.sdk.consts
 
Consts() - Constructor for class com.eloview.sdk.consts.Consts
 
copyFile(String, String) - Method in class com.eloview.sdk.systemManager.System
Function used to copy file from source path to destination path.
CREATOR - Static variable in class com.eloview.sdk.networkManager.CertificateConfig
 
CREATOR - Static variable in class com.eloview.sdk.networkManager.ESTConfig
 

D

describeContents() - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
describeContents() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
destroyOAuth() - Method in class com.eloview.sdk.accountManager.AccountManager
Call destroyOAuth in onStop override method of activity
DEVICE_CLOUD_STATUS_CODE - Static variable in class com.eloview.sdk.eloview.EloView
Response code to get the current connection status of Device with EloView cloud
DEVICE_NOT_SUPPORT_GMS - Static variable in class com.eloview.sdk.otaManager.OTA
Deice won't support GMS upgrade from AOSP image.
disablePackage(Context, String, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to disable a given package.
disableWhitelistPackages(Context, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to disable whitelisting rules for packages.
downloadApplyABOTA(Context, String, String, String, String, Handler) - Method in class com.eloview.sdk.otaManager.OTA
This method is used to download OTA file from remote http server or from local file path, VERIFY the OTA file and APPLY the update.

E

EloView - Class in com.eloview.sdk.eloview
EloView class provides the below operations.
EloView() - Constructor for class com.eloview.sdk.eloview.EloView
 
enablePackage(Context, String, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to enable the given package if it is currently installed and is disabled.
enableSecureWhiteListMode() - Method in class com.eloview.sdk.systemManager.System
This API will enable BIN whitelisting mode on the payment device.
enableWhitelistPackages(Context, String, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to set rules for enabling/disabling packages.
ERROR_OTHER - Static variable in class com.eloview.sdk.systemManager.System
 
ERROR_SINGLE_APP_MODE - Static variable in class com.eloview.sdk.systemManager.System
 
ESTConfig - Class in com.eloview.sdk.networkManager
EstConfig class contains the certificate details, which is required for EST Certificate to installation.
ESTConfig() - Constructor for class com.eloview.sdk.networkManager.ESTConfig
 
ESTConfig(String, String, String, String, String, String) - Constructor for class com.eloview.sdk.networkManager.ESTConfig
 
EV_RESPONSE - Static variable in class com.eloview.sdk.otaManager.OTA
 

F

factoryReset(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to perform a factory reset on the device.

G

GENERIC_ERROR - Static variable in class com.eloview.sdk.consts.Consts
General SDK error.
GET_DEVICE_ONLINE_STATUS - Static variable in class com.eloview.sdk.eloview.EloView
 
GET_ETH_MAC_ADDRESS_CODE - Static variable in class com.eloview.sdk.networkManager.Network
Response code which indicates that ethernet mac address is available.
GET_NETWORK_RESPONSE_CODE - Static variable in class com.eloview.sdk.networkManager.Network
Response code which indicates that info about current connected network is available.
GET_PLAY_CONTENT - Static variable in class com.eloview.sdk.eloview.EloView
 
GET_PLAY_CONTENT_STATUS - Static variable in class com.eloview.sdk.eloview.EloView
 
GET_WIFI_MAC_ADDRESS_CODE - Static variable in class com.eloview.sdk.networkManager.Network
Response code which indicates that wifi mac address is available
getAlias() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
getAllUsbAudioDevices() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to get all usb audio devices.
getAppAutoStartPinnedStatus() - Method in class com.eloview.sdk.packageManager.Package
API used to get information if the feature to auto start a task and lock it is currently enabled or not.
getAttachedPeripheralDetails() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to get attached usb device information
getAutoAllowUsbPermissionEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get current status of runtime usb permissions in AndroidHomeMode.
To reboot device use silentReboot.
getAutoIdleModeEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the Auto Idle Mode Status.
getAvailableVersions(Context, String, AndroidVersion, Handler) - Method in class com.eloview.sdk.otaManager.OTA
This method is used to retrieve the OTA package versions that are available on the server for download.
getAvoidPoorWifi() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getBacklightTimeOut() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the currently set back-light timeout.
getBaseUri() - Static method in class com.eloview.sdk.accountManager.AccountManager
 
getBrightness() - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Brightness of the device
getCertAlias() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getCertificateFilePath() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
getCertName() - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
getCertPath() - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
getCertType() - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
getCFDDpi() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the External Display resolution DPI
getChargingSoundAndVibrationEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the Charging Sound and Vibration Status(Android Settings -> Sound -> Advanced -> Charging sounds and vibration)
getClientId() - Static method in class com.eloview.sdk.accountManager.AccountManager
 
getDefaultExclude() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getDeviceCloudStatus() - Method in class com.eloview.sdk.eloview.EloView
This method returns device's online/offline status.
getDeviceInfo() - Method in class com.eloview.sdk.infoManager.Info
This method provides the device related information such as the device MODEL, SERIAL, PRODUCT, DEVICE, MANUFACTURER, BOARD, BRAND, ID, and DISPLAY information in json format If the device is registered on Eloview and was online at least once, then this method also provides details such as "parent_account", "state_province", "site_name", "device_name", "address_line_1", "postal_code", "country", "city", "group_name".
getDeviceOwnerStatus() - Method in class com.eloview.sdk.systemManager.System
Function will return current device owner package name when the device owner is set through the SDK.
getDHCPServerHostName() - Method in class com.eloview.sdk.networkManager.Network
This method is used to obtain the DHCP server host name
getDns1() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getDns2() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getDpi() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the Display resolution DPI
getEloAccessToken(Context, String, String, Handler) - Method in class com.eloview.sdk.accountManager.AccountManager
This method is used to get an accessToken from the ELO Server.
getEloIntentWithFlag(Context, String, String) - Method in class com.eloview.sdk.consts.Consts
 
getEloOAuthToken(Context, String, String, Handler) - Method in class com.eloview.sdk.accountManager.AccountManager
This method is used to ask EloView Portal for a new oAuth Token.
getEnvironment(Context) - Method in class com.eloview.sdk.accountManager.AccountManager
 
getEstPassword() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
getEstUsername() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
getEthernetMac() - Method in class com.eloview.sdk.networkManager.Network
This method is used to obtain the getEthernetMac
getEthState() - Method in class com.eloview.sdk.networkManager.Network
This method is used to get the on/off state of the Ethernet port
getExternalScreenOrientation() - Method in class com.eloview.sdk.systemManager.System
This method is used to get external Screen Orientation details.
getFirmwareStatusLockEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get status of secure processor firmware
getGateway() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getGrantAllAppPermissionEnabled() - Method in class com.eloview.sdk.systemManager.System
This method provides property status of setGrantAllAppPermissionEnabled.
getHostName() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the device HostName.
getHotspotAccessibilityEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the status of Hotspot accessibility
getInstallPermissionToSpecificApp(String) - Method in class com.eloview.sdk.systemManager.System
This method provides property status of installSpecificAppPermission.
getLanguage() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the language set on the device.
getLockType() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the lock type Description On clicking Getlock type button the Current Device lock setting will come in output message (Ex.
getMaxExtUSBPort(Context) - Method in class com.eloview.sdk.peripheralManager.Peripheral
TODO: Obtain the max USB ports for specific device from EloSecure
getMaxUSBPort() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to get the maximum number of USB ports on the device.
getMD5Checksum(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to verify signature of the file.
getMediaProjectionPermission() - Method in class com.eloview.sdk.systemManager.System
This method is used to return the packages allowed for MediaProjectionPermission
getMediaProjectionPermissionAllApps() - Method in class com.eloview.sdk.systemManager.System
This method is used to check if MediaProjectionPermission is automatically allowed for all the apps or not
getMemoryInfo() - Method in class com.eloview.sdk.memoryManager.Memory
This method is used to provide information regarding the device memory such as the total (totalMemory) and available memory (availMemory) on the device, along with a boolean value which indicates whether the device is running low on memory (lowMemory) or not.
getMigrate(Context) - Method in class com.eloview.sdk.consts.Consts
 
getMultiClientImeEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get Multi Client IME enable value
getName() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getNavigationBarEnabled() - Method in class com.eloview.sdk.systemManager.System
This method provides property status of NavigationBar.
getNetwork(Context, String, Handler) - Method in class com.eloview.sdk.networkManager.Network
This method is used to provide information about the network the device is currently connected to.
getNetworkPrefix() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getNetworkType() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getNtpPollInterval() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the NTP Poll Interval set on the device.
getNtpServerUrl() - Method in class com.eloview.sdk.systemManager.System
This method is used to get NTP server address
getOrientation() - Method in class com.eloview.sdk.systemManager.System
This method is used to get orientation details for all devices
getOS360Details(Context, String, Handler) - Method in class com.eloview.sdk.otaManager.OTA
This method is used to get os360 details
getPackageStatus(String) - Method in class com.eloview.sdk.packageManager.Package
This method is used to check if a given package is enabled or disabled.
getPassword() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getPlayContent() - Method in class com.eloview.sdk.eloview.EloView
This method returns the type of content and name of the content set on the device.
getPlayContentStatus() - Method in class com.eloview.sdk.eloview.EloView
This method returns the status of play content on the device in control mode.
getPlayProtect() - Method in class com.eloview.sdk.systemManager.System
This method provides property status of PLAYPROTECT.
getPort() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
getProperty() - Static method in class com.eloview.sdk.accountManager.AccountManager
 
getProxyExclusion() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getProxyHost() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getProxyPort() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getReservedLogSpace() - Method in class com.eloview.sdk.systemManager.System
This method is used to get reserved log space on the device.
getScreenLockSoundEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the Screen Locking Sound Status
getScreenSize() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the Display resolution
getSDKVersion() - Method in class com.eloview.sdk.infoManager.Info
This method is used to get the current version number of the EloView Home SDK.
getSecureWhitelistModeStatus() - Method in class com.eloview.sdk.systemManager.System
This API will result "TRUE" if BIN whitelisting is already enabled or will result "FALSE"
getSecurityType() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getShowInsetsOnSwipe() - Method in class com.eloview.sdk.systemManager.System
Function used to retrieve true/false value for whether status and navigation bars (insets) will be shown when swiping from top or bottom of screen after insets are hidden using native Android API's.
getSmallestPixelWidth() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the smallest pixel width (as shown in developer options.)
getStaticIp() - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
getStatusBarEnabled() - Method in class com.eloview.sdk.systemManager.System
This method provides property status of StatusBar.
getStickyEloViewModeEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get status of sticky EloView boot mode
getSystemCpuUsage() - Method in class com.eloview.sdk.infoManager.Info
This method provides information on the current CPU Usage by the system.
getTimeZone() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the timezone set on the device.
getTouchSoundEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the Touch Sound State.
getUrl() - Method in class com.eloview.sdk.networkManager.ESTConfig
 
getUsbAudioDevice() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to get the current usb audio device in use.
getUSBPorts() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to get status of the USB ports on the device.
getUserCertPwd() - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
getValue() - Method in enum com.eloview.sdk.networkManager.CertificateType
 
getValue() - Method in enum com.eloview.sdk.networkManager.NetworkSecurityType
 
getValue() - Method in enum com.eloview.sdk.networkManager.NetworkType
 
getWifiEnabled() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the current status of Wifi.
getWiFiMac() - Method in class com.eloview.sdk.networkManager.Network
This method is used to obtain the getWiFiMac

I

Info - Class in com.eloview.sdk.infoManager
Info class provides device related information.
Info() - Constructor for class com.eloview.sdk.infoManager.Info
 
INSTALL_CERTIFICATE_CODE - Static variable in class com.eloview.sdk.networkManager.Network
Response code of Certificate Installation process.
INSTALL_LISTENER_REGISTERED - Static variable in class com.eloview.sdk.packageManager.Package
Install listener has been registered and will be called when an app installation is complete
INSTALL_LISTENER_UNREGISTERED - Static variable in class com.eloview.sdk.packageManager.Package
Install listener was unregistered, no callback will be issued when an install completes
installCertificate(Context, ESTConfig, Handler) - Method in class com.eloview.sdk.networkManager.Network
This method is used to send the EST Certificate configuration request.
INSTALLER_RESULT_CODE - Static variable in class com.eloview.sdk.packageManager.Package
Used to send a response when a package installation is attempted.
installLocalCertificate(Context, CertificateConfig) - Method in class com.eloview.sdk.networkManager.Network
This method is used to install the local wifi certificates even when device is offline.
instance - Static variable in class com.eloview.sdk.accountManager.AccountManager
 
instance - Static variable in class com.eloview.sdk.eloview.EloView
 
instance - Static variable in class com.eloview.sdk.otaManager.OTA
 
is7PayDevice() - Static method in class com.eloview.sdk.systemManager.System
This method is used to get the device orientation.
IS_USER_LOGIN_OAUTH - Static variable in class com.eloview.sdk.accountManager.AccountManager
LOGOUT the user with oauth.
isDevice7Inch() - Static method in class com.eloview.sdk.consts.Consts
 
isDeviceM100() - Static method in class com.eloview.sdk.consts.Consts
 
isM100Device() - Static method in class com.eloview.sdk.systemManager.System
This method is used to get the device orientation.
isM50Device() - Static method in class com.eloview.sdk.systemManager.System
This method is used to get the device orientation.
isM51Device() - Method in class com.eloview.sdk.systemManager.System
This method is used to get the device orientation.
isM60Device() - Static method in class com.eloview.sdk.systemManager.System
This method is used to get the device orientation.
isPackageInstalled(String) - Method in class com.eloview.sdk.infoManager.Info
This method used to identify package is installed or not.
isPolaris - Static variable in class com.eloview.sdk.accountManager.AccountManager
 
isPolaris(Context) - Method in class com.eloview.sdk.accountManager.AccountManager
 
isPolarisLocked(Context) - Method in class com.eloview.sdk.accountManager.AccountManager
 
isSDKSupported() - Method in class com.eloview.sdk.infoManager.Info
This method is used to check if the SDK is supported on the current device.

L

LISTENER_REGISTRATION_ERROR - Static variable in class com.eloview.sdk.packageManager.Package
There was an error while trying to register the listener
logoutOAuth() - Method in class com.eloview.sdk.accountManager.AccountManager
logoutOAuth to end current login session

M

Memory - Class in com.eloview.sdk.memoryManager
Memory class provides information regarding the device memory.
Memory() - Constructor for class com.eloview.sdk.memoryManager.Memory
 

N

Network - Class in com.eloview.sdk.networkManager
Network class provides the following functions.
Network() - Constructor for class com.eloview.sdk.networkManager.Network
 
NetworkConfig - Class in com.eloview.sdk.networkManager
This is a model class which used to keep the network configuration data.
NetworkConfig(NetworkType) - Constructor for class com.eloview.sdk.networkManager.NetworkConfig
Class to set initial LAN network configuration details.
NetworkConfig(NetworkType, NetworkSecurityType, String, String) - Constructor for class com.eloview.sdk.networkManager.NetworkConfig
Class to set initial WiFi network configuration details.
NetworkSecurityType - Enum in com.eloview.sdk.networkManager
NetworkConfig only accepts a security type which is defined in the enum @NetworkSecurityType
NetworkType - Enum in com.eloview.sdk.networkManager
NetworkConfig only accepts a network type which is defined in the enum @NetworkType

O

OAUTH_PATH_TOKEN - Static variable in class com.eloview.sdk.consts.Consts
 
OAUTH_PATH_VERIFY - Static variable in class com.eloview.sdk.consts.Consts
 
OAUTH_TOKEN_INVALID - Static variable in class com.eloview.sdk.accountManager.AccountManager
Obtaining an Elo OAuth token was not successful.
OAUTH_TOKEN_VALID - Static variable in class com.eloview.sdk.accountManager.AccountManager
An oAuth token was requested and a valid token was received from the elo servers
OFFLINE_PLAY_CONTENT_CODE - Static variable in class com.eloview.sdk.eloview.EloView
Response code to get the status of the offline play content
onOAuthActivityResult(Context, Intent, Handler) - Method in class com.eloview.sdk.accountManager.AccountManager
Caller activity need to return onActivity result data when requestCode -> AccountManager.REQUEST_AUTH_LOGIN and resultCode -> Activity.RESULT_OK
onServiceConnected() - Method in interface com.eloview.sdk.systemManager.ServiceConnectionCallback
This method is called when the service is connected after calling bindService.
onServiceDisconnected() - Method in interface com.eloview.sdk.systemManager.ServiceConnectionCallback
This method is called when the service is disconnected.
onSuccess(String) - Method in interface com.eloview.sdk.accountManager.TokenListener
 
onTokenVerifyFailed() - Method in interface com.eloview.sdk.systemManager.ServiceConnectionCallback
This method is called when the token verification fails.
OS360_RESPONSE_AVAILABLE - Static variable in class com.eloview.sdk.otaManager.OTA
 
OS360_RESPONSE_UNAVAILABLE - Static variable in class com.eloview.sdk.otaManager.OTA
 
OTA - Class in com.eloview.sdk.otaManager
OTA class allows you to download and install OS upgrade files securely
OTA() - Constructor for class com.eloview.sdk.otaManager.OTA
 
OTA_APPLY_FILE_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
The OTA was not applied due to some error.
OTA_APPLY_IN_PROGRESS - Static variable in class com.eloview.sdk.otaManager.OTA
The OTA is currently being applied.
OTA_CHECK_STATUS_GENERIC_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
Could not retrieve info about the remote OTA package.
OTA_CHECK_STATUS_NEW - Static variable in class com.eloview.sdk.otaManager.OTA
There is a new OTA package available, please update.
OTA_CHECK_STATUS_OLD - Static variable in class com.eloview.sdk.otaManager.OTA
The latest available OTA package is older than the current system.
OTA_CHECK_STATUS_SAME - Static variable in class com.eloview.sdk.otaManager.OTA
The latest available OTA package is the same as the current system.
OTA_DIRECTORY_CLEARED - Static variable in class com.eloview.sdk.otaManager.OTA
The OTA directory has been deleted
OTA_DOWNLOAD_GENERIC_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
There was an unknown error while downloading the OTA package.
OTA_DOWNLOAD_LOCAL_FILE_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
Local OTA package could not be copied due to an error.
OTA_DOWNLOAD_LOCAL_FILE_PERCENTAGE - Static variable in class com.eloview.sdk.otaManager.OTA
Progress of copying the OTA package from local source.
OTA_DOWNLOAD_LOCAL_FILE_SUCCESS - Static variable in class com.eloview.sdk.otaManager.OTA
Local OTA package has been copied successfully.
OTA_DOWNLOAD_REMOTE_FILE_ALREADY_DOWNLOADED - Static variable in class com.eloview.sdk.otaManager.OTA
A new OTA package is already present on the device and can be installed.
OTA_DOWNLOAD_REMOTE_FILE_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
There was an error downloading the OTA package.
OTA_DOWNLOAD_REMOTE_FILE_PERCENTAGE - Static variable in class com.eloview.sdk.otaManager.OTA
Progress of the OTA package download.
OTA_DOWNLOAD_REMOTE_FILE_SUCCESS - Static variable in class com.eloview.sdk.otaManager.OTA
The remote file has downloaded successfully.
OTA_EXISTING_ZIPFILE_READ_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
The existing update zipfile could not be read
OTA_VERIFY_FILE_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
There was an error verifying the OTA package, the file may be corrupt.
OTA_VERIFY_SIGN_ERROR - Static variable in class com.eloview.sdk.otaManager.OTA
The OTA package signature is invalid.
OTA_VERIFY_SIGN_PERCENTAGE - Static variable in class com.eloview.sdk.otaManager.OTA
Progress of an OTA package verification.
OTA_VERIFY_SIGN_SUCCESS - Static variable in class com.eloview.sdk.otaManager.OTA
The OTA package signature was verified and is valid.
OTA_VERSION_RESPONSE_AVAILABLE - Static variable in class com.eloview.sdk.otaManager.OTA
A list of OTA versions available for download is available

P

Package - Class in com.eloview.sdk.packageManager
Package class provides the below operations.
Install an apk file silently without any user interaction using silentPackageInstall. Uninstall a package silently without any user interaction using silentPackageUninstall. Set the package name and permission using setPackageNameAndPermission. Enable a package silently using enablePackage. Disable a package silently using disablePackage. ForceStop a given package using stopPackage. Whitelist the given package permissions using setWhitelistAppPermission.
Package() - Constructor for class com.eloview.sdk.packageManager.Package
 
PACKAGE_STATUS_CHANGE_CODE - Static variable in class com.eloview.sdk.packageManager.Package
Used to notify whether the package status changed successfully or not
PACKAGE_STATUS_CHANGE_LISTENER_CODE - Static variable in class com.eloview.sdk.packageManager.Package
Used to notify whether the listener has been registered or not
PACKAGE_STATUS_RESULT_CODE - Static variable in class com.eloview.sdk.packageManager.Package
Used to send the status of a given package (enabled or disabled)
Peripheral - Class in com.eloview.sdk.peripheralManager
PeripheralManager class provides below operations.
Get an auth token using getEloAccessToken. Enable/Disable device ports using JSON string.
Peripheral() - Constructor for class com.eloview.sdk.peripheralManager.Peripheral
 
property - Static variable in class com.eloview.sdk.otaManager.OTA
 

Q

QS_BT_RESPONSE_CODE - Static variable in class com.eloview.sdk.eloview.EloView
Response code for enable/disable bt in quick settings
QS_WIFI_RESPONSE_CODE - Static variable in class com.eloview.sdk.eloview.EloView
Response code for enable/disable wifi in quick settings

R

readSystemProperty(String) - Method in class com.eloview.sdk.eloview.EloView
Read system property
readSystemProperty(String) - Method in class com.eloview.sdk.infoManager.Info
This method is used to read the system property.
readSystemProperty(String) - Method in class com.eloview.sdk.memoryManager.Memory
This method is used to read the system property.
readSystemProperty(String) - Method in class com.eloview.sdk.networkManager.Network
Read system property
readSystemProperty(String) - Method in class com.eloview.sdk.packageManager.Package
Read system property
readSystemProperty(String) - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to read system property
readSystemProperty(String) - Method in class com.eloview.sdk.systemManager.System
 
RECEIVE_KEY_EVENT - Static variable in class com.eloview.sdk.systemManager.System
 
REGISTER_CTX_NULL_CODE - Static variable in class com.eloview.sdk.infoManager.Info
 
registerDeviceInfoReceiver(Context, BroadcastReceiver) - Method in class com.eloview.sdk.infoManager.Info
This method is used to notify any change in device info from EloView.
REGISTERED_EXCEPTION_CODE - Static variable in class com.eloview.sdk.infoManager.Info
 
REGISTERED_SUCCESSFULLY_CODE - Static variable in class com.eloview.sdk.infoManager.Info
 
removeAppAutostartPinned(String, boolean) - Method in class com.eloview.sdk.packageManager.Package
API used to remove starting a task on boot and locking it.
removeCertificate(String) - Method in class com.eloview.sdk.networkManager.Network
This method is used to send the EST Certificate configuration request.
removeDeviceOwner(String) - Method in class com.eloview.sdk.systemManager.System
Function will remove the ownership of device owner package Note : This function can only be called by the device owner in order to remove package as device owner.
REQUEST_AUTH_LOGIN - Static variable in class com.eloview.sdk.accountManager.AccountManager
 
REQUEST_AUTH_LOGOUT - Static variable in class com.eloview.sdk.accountManager.AccountManager
 
RESPONSE_GET_DEVICE_CLOUD_STATUS - Static variable in class com.eloview.sdk.eloview.EloView
 
RESPONSE_OFFLINE_PLAY_CONTENT - Static variable in class com.eloview.sdk.eloview.EloView
 

S

selectEnvironment(Context, String, boolean) - Method in class com.eloview.sdk.accountManager.AccountManager
 
ServiceConnectionCallback - Interface in com.eloview.sdk.systemManager
 
SET_EST_CERTIFICATE_CODE - Static variable in class com.eloview.sdk.networkManager.Network
Response code of ESTServer Certificate Install.
SET_NETWORK_RESPONSE_CODE - Static variable in class com.eloview.sdk.networkManager.Network
Response code which indicates whether network configuration was applied successfully or not
SET_WHITELIST_APP_PERMISSION_RESULT_CODE - Static variable in class com.eloview.sdk.packageManager.Package
Used to notify whether the package app permission status changed successfully or not
SET_WHITELIST_RULE_RESULT_CODE - Static variable in class com.eloview.sdk.packageManager.Package
Used to notify whether package whitelist rule status change was successful or not
setAccessibilityService(String, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable accessibility services
setAdbEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable ADB
setAdbPort(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to Set Custom ADB TCP port
setAlias(String) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
setAppAutostartPinned(String, String, String) - Method in class com.eloview.sdk.packageManager.Package
API used to start a task on boot and lock it.
setAutoAllowUsbPermissionEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to grant runtime usb permissions in AndroidHomeMode.
After applying changes device requires reboot to reflect the changes.
ON 3.0 DEVICES THIS METHOD WILL TOGGLE THE USB PERMISSIONS AND THE VARIABLE 'grantPermission' IS NOT USED.
SO FOR EXAMPLE IF AUTOMATICALLY ALLOWING USB PERMISSIONS IS CURRENTLY NOT ENABLED FOR AN APP, CALLING
THIS FUNCTION WILL ENABLE IT.
setAutoDateTimeEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Setting Automatic Date and Time from the network on the device.
setAvoidPoorWifi(Boolean) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setBacklightEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the device backlight Turn ON or OFF
setBacklightTimeOut(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the backlight timeout.
setBarcodeReaderEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable BCR
setBluetoothDevicePairingConfirmationEnabled(BluetoothDevice, Boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Pairing notification request for specific bluetooth device.
setBluetoothEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable bluetooth
setBluetoothScanning(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable BluetoothScanning
setBrightness(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Brightness of the device
setCertAlias(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setCertificateFilePath(String) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
setCertName(String) - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
setCertPath(String) - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
setCertType(CertificateType) - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
setCFDDpi(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the External Display resolution DPI.
setChargingSoundAndVibrationEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable Charging sounds and vibration
setCopyPasteModeEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Copy Paste functionality of a device
setDarkModeEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to toggle the status of dark theme on the device.
setDateTime(long) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the date and time on the device.
setDefaultEnvironment(Context) - Method in class com.eloview.sdk.accountManager.AccountManager
 
setDefaultExclude(Boolean) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setDeviceOwner(String, String) - Method in class com.eloview.sdk.systemManager.System
Function will set a component as device owner
This function is asynchronous.
setDisplaySize(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Display size
setDns1(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setDns2(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setDpi(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Display resolution DPI.
setEloLoggingEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Elo logging functionality.
setEloNetworkConf(Context, Uri) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Network configurations for wifi.
setEstPassword(String) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
setEstUsername(String) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
setEthState(boolean) - Method in class com.eloview.sdk.networkManager.Network
This method is used to power on/off the ethernet port.
setExternalAudioDeviceEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to select Internal/External Speaker.
setExternalScreenOrientation(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set External Screen Orientation
setFirmwareStatusLockEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to lock or unlock the secure processor firmware update
setFontSize(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Font size
setGateway(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setGrantAllAppPermissionEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to grant all runtime permissions in AndroidHomeMode to all apps.
After applying changes device requires reboot to reflect the changes.
setHomeButtonEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable the Home button.
setHostName(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to Set the Host Name
setHotspotAccessibilityEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable Disable Hotspot accessibility
setIdleModeEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable Auto-Idle mode
setIdleModeTileEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable idle mode tile.
setInstallAllAppPermissionEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to grant install permission to all app source package.
setInstallPermissionToSpecificApp(String, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to grant install permission to specific app source package.
setKeyListener(String, String, ArrayList<Integer>, ArrayList<Boolean>) - Method in class com.eloview.sdk.systemManager.System
This method is used to register a key event listener that will be able to work in a background thread.
setLanguage(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the language on the device.
setLocationEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Volume Control
setLockScreenPassword(Context, String, boolean) - Method in class com.eloview.sdk.systemManager.System
API used to apply the screen lock Password for the First Time only.
setLockScreenPin(Context, String, boolean) - Method in class com.eloview.sdk.systemManager.System
API used to apply the screen lock Pin for the First Time only.
setLockStatusBarEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable / Disable Status Bar Swipe Lock
setLockType(String, String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the lock type On Clicking Set locktype Button if current device lock setting is password or pin the dialog box will come to enter older password/pin to override with swipe or none.
setMediaProjectionPermission(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to allow a specific package to have MediaProjectionPermission
setMediaProjectionPermissionAllApps(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable to auto allow the MediaProjectionPermission for all the apps
setMicrophoneMuteEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to mute/unmute microphone
setMultiAppModeEnabled(Context, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to change app mode (Enable - multi app mode, Disable - single app mode)
setMultiClientImeEnabled(boolean, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Multi-Client IME After applying, device will reboot to reflect the changes.
setName(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setNavigationBarEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable NavigationBar in AndroidHomeMode (not supported in EloView modes).
By default the navigation bar is enabled After applying changes device requires reboot to reflect the changes.
setNetmask(NetworkConfig, String) - Method in class com.eloview.sdk.networkManager.Network
 
setNetwork(Context, String, NetworkConfig, Handler) - Method in class com.eloview.sdk.networkManager.Network
This method is used to set a network configuration using the parameters described in NetworkConfig class and connect to the network with the given configuration.
setNetwork(Context, String, NetworkConfig, Handler, Boolean) - Method in class com.eloview.sdk.networkManager.Network
This method is used to set a network configuration using the parameters described in NetworkConfig class and connect to the network with the given configuration.
setNetworkPrefix(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setNotificationStatusEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Notification with statusbar
setNtpPollInterval(long, Boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set NTP Client Polling Interval for the device.
setNtpServerUrl(String, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set NTP server address.
setOfflinePlayContent(String) - Method in class com.eloview.sdk.eloview.EloView
This method is used to set content on the device in EloView control mode when device is offline or not registered to an account.
setOrientation(String, boolean, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set orientation of any device
setOrientation(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set orientation of any device
setOrientation(String, boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set display orientation for LIDS 2.0/BACKPACK devices only
setPackageNameAndPermission(String, String) - Method in class com.eloview.sdk.packageManager.Package
This method is used to set Package name and Permission
setPassword(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setPasswordEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable show password
setPeripheralConnectEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Hardware/System access from WebView via JavaScript Interface.
setPlayProtect(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable PLAYPROTECT.
Google Play Protect checks your apps and devices for harmful behavior and is only available on GMS enabled devices.
setPort(String) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
setPowerButtonEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable the Power button.
setProperty(String) - Method in class com.eloview.sdk.accountManager.AccountManager
 
setProxyExclusion(List<String>) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setProxyHost(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setProxyPort(Integer) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setRandomWifiMacAddressEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is enable/disable Random WiFi MAC address
setRecentButtonEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable Recent Button
setReservedLogSpace(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the size of the reserved log space.
setScanBarcodeReaderEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to start/stop scan Barcode
setScreenLockSoundEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable Screen Lock Sound
setScreenSize(int, int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Display resolution
setScreenWakeUp(long) - Method in class com.eloview.sdk.systemManager.System
This method is used to wake up the screen if it's asleep.
setSecurityType(NetworkSecurityType) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setSettingsPackageEnabled(Context, boolean, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to enable/disable a settings package(com.android.settings).
setShowInsetsOnSwipe(boolean) - Method in class com.eloview.sdk.systemManager.System
Function used to hide/show status and navigation bars (insets) when swiping from top or bottom of screen after insets are hidden using native Android API's.
setShowTapsEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to Enable/Disable Show Taps
setShowTextEditorShareMenuEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable showing menu option on text selection in AndroidHomeMode.
setSilentDefaultLauncher(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to silently set the default launcher application
setSmallestPixelWidth(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the smallest pixel width (as shown in developer options.
setStarPeripheralConnectEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable Star hardware access from WebView via JavaScript Interface.
setStaticIp(String) - Method in class com.eloview.sdk.networkManager.NetworkConfig
 
setStatusBarEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable StatusBar in AndroidHomeMode or EloView Connect mode..
After applying changes device requires reboot to reflect the changes.
setStatusBarVisibilityEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is for Android 10.
setStickyEloViewModeEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set sticky EloView boot mode
setTextEditorAssistMenuEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable the Assist Menu in Text Editor
setTimeFormatEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set time format
setTimeZone(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the timezone on the device.
setTouchSoundEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the Touch Sound
SETUP_OAUTH_ERROR - Static variable in class com.eloview.sdk.accountManager.AccountManager
 
SETUP_OAUTH_SUCCESS - Static variable in class com.eloview.sdk.accountManager.AccountManager
LOGOUT the user with oauth.
setUrl(String) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
setUsbAudioDevice(int) - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to set the usb audio device in use.
setUSBPorts(String) - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to enable/disable the USB ports on the device.
setUSBPorts(String) - Method in class com.eloview.sdk.systemManager.System
 
setUserCertPwd(String) - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
setVirtualKeyBoard(String) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the virtual keyboard on the device.
setVolumeLevel(String, int) - Method in class com.eloview.sdk.systemManager.System
This method is used to set the volume for "Alarm", "Call", "Media", "Notification" or "All"
setVolumePanelShowMoreEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable show more option in volume panel.
setWhitelistAppPermission(String) - Method in class com.eloview.sdk.packageManager.Package
This method used to whitelist the given package.
On package installation system will automatically allow runtime permissions for the whitelisted packages.
So application doesn't popup runtime permission dialog.
setWifiEnabled(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to change Wifi state.
setWifiScanning(boolean) - Method in class com.eloview.sdk.systemManager.System
This method is used to enable/disable wifiscanning
silentPackageInstall(Context, String, String, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to install an APK silently in background Registers a BroadcastReceiver to notify installation of apk is successful or not.
silentPackageUninstall(Context, String, String, Handler) - Method in class com.eloview.sdk.packageManager.Package
This method is used to uninstall package silently in background Registers a listener for the package uninstallation status
silentReboot() - Method in class com.eloview.sdk.systemManager.System
This method is used to reboot the device.
silentShutDown(int) - Method in class com.eloview.sdk.systemManager.System
This method is used to shutdown the device
spFirmwareUpgrade() - Method in class com.eloview.sdk.systemManager.System
This method is used to upgrade the firmware of the secure processor on M60 payment devices First add QE1000_new.uld (firmware file) needs to be stored at /sdcard/Download/ folder
startActivityFromForegroundService(Context, Intent, Service) - Method in class com.eloview.sdk.systemManager.System
API used to create, show a notification and start an activity from a foreground service.
startDownloadUpgradePackage(Context, String, String, Uri, String, Handler) - Method in class com.eloview.sdk.otaManager.OTA
This method is used to download OTA file from remote http server or from local file path.
startUsbMonitoring() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to start USB Monitoring.
stopOAuth() - Method in class com.eloview.sdk.accountManager.AccountManager
Call stopOAuth in onStop override method of activity
stopPackage(Context, String) - Method in class com.eloview.sdk.packageManager.Package
This method is used to stop a running package.
stopUsbMonitoring() - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to stop USB Monitoring.
SUCCESS_CODE - Static variable in class com.eloview.sdk.systemManager.System
 
switchToAndroidHomeMode() - Method in class com.eloview.sdk.eloview.EloView
This method is used to switch to Android home mode from EloView mode.
switchToAndroidHomeMode(boolean, boolean) - Method in class com.eloview.sdk.eloview.EloView
This method is used to switch to Android home mode from EloView mode.
System - Class in com.eloview.sdk.systemManager
System class provides below operations.
Get an auth token using getEloAccessToken. Capture the device screenshot using captureScreenShot. Set Device orientation in portrait, landscape, reverse-portrait or reverse-landscape using setOrientation. Get Device orientation.
System() - Constructor for class com.eloview.sdk.systemManager.System
 

T

testPeripheralMode() - Method in class com.eloview.sdk.systemManager.System
Function used to launch test peripheral mode.
toggleBT(boolean) - Method in class com.eloview.sdk.eloview.EloView
This method is used to toggle the Bluetooth in Quicksettings (EloView mode).
toggleWifi(boolean) - Method in class com.eloview.sdk.eloview.EloView
This method is used to toggle the wifi in Quicksettings (EloView mode).
TOKEN_VERIFY_FAIL - Static variable in class com.eloview.sdk.accountManager.AccountManager
A token was provided to elo server for verification and the token could not be verified.
TOKEN_VERIFY_SUCCESS - Static variable in class com.eloview.sdk.accountManager.AccountManager
A token was provided to elo server for verification and was successfully verified
TokenListener - Interface in com.eloview.sdk.accountManager
TokenListener listens AuthenticationToken verification event and on valid token provide the success response to do further operations.
toString() - Method in class com.eloview.sdk.networkManager.CertificateConfig
 

U

unbindService(Context) - Method in class com.eloview.sdk.eloview.EloView
This method is used to unbind the service from the application.
unbindService(Context) - Method in class com.eloview.sdk.infoManager.Info
This method is used to unbind the service from the application.
unbindService(Context) - Method in class com.eloview.sdk.memoryManager.Memory
This method is used to unbind the service from the application.
unbindService(Context) - Method in class com.eloview.sdk.networkManager.Network
This method is used to unbind the service from the application.
unbindService(Context) - Method in class com.eloview.sdk.packageManager.Package
This method is used to unbind the service from the application.
unbindService(Context) - Method in class com.eloview.sdk.peripheralManager.Peripheral
This method is used to unbind the Peripheral Service.
unbindService(Context) - Method in class com.eloview.sdk.systemManager.System
This method is used to unbind the service.
UNINSTALL_LISTENER_REGISTERED - Static variable in class com.eloview.sdk.packageManager.Package
Uninstall listener has been registered and will be called when a package is uninstalled
UNINSTALL_LISTENER_UNREGISTERED - Static variable in class com.eloview.sdk.packageManager.Package
Uninstall listener was unregistered, no callback will be issued when a package is uninstalled
UNREGISTER_CTX_NULL_CODE - Static variable in class com.eloview.sdk.infoManager.Info
 
unregisterAccountManagerListener(Context) - Method in class com.eloview.sdk.accountManager.AccountManager
This method is used to unregister the broadcast receiver registered while using any of the AccountManager APIs.
Please make sure to call this in the "onPause" and "onDestroy" methods in your activity Lifecycle if you made use of any of the AccountManager APIs.
unregisterCertificatesListener(Context) - Method in class com.eloview.sdk.networkManager.Network
This method is used to unregister the broadcast receiver registered when the Network.installCertificate(Context, ESTConfig, Handler) API.
is used in your application.
unregisterDeviceInfoReceiver(Context, BroadcastReceiver) - Method in class com.eloview.sdk.infoManager.Info
This method is used to unregister the EloView device info change listener.
UNREGISTERED_EXCEPTION_CODE - Static variable in class com.eloview.sdk.infoManager.Info
 
UNREGISTERED_SUCCESSFULLY_CODE - Static variable in class com.eloview.sdk.infoManager.Info
 
unregisterPackageInstallAPIListener(Context) - Method in class com.eloview.sdk.packageManager.Package
This method is used to unregister the broadcast receiver registered when the silentPackageInstall(Context, String, String, Handler) (Context, String, Handler)} API.
is used in your application.
unregisterPackageStatusChangeListener(Context) - Method in class com.eloview.sdk.packageManager.Package
This method is used to unregister the broadcast receiver registered when using the enablePackage(Context, String, Handler) and.
disablePackage(Context, String, Handler) APIs in your application.
unregisterPackageUninstallAPIListener(Context) - Method in class com.eloview.sdk.packageManager.Package
This method is used to unregister the broadcast receiver registered when the silentPackageUninstall(Context, String, String, Handler) API.
is used in your application.

V

valueOf(String) - Static method in enum com.eloview.sdk.networkManager.CertificateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.eloview.sdk.networkManager.NetworkSecurityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.eloview.sdk.networkManager.NetworkType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.eloview.sdk.networkManager.CertificateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.eloview.sdk.networkManager.NetworkSecurityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.eloview.sdk.networkManager.NetworkType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyEloToken(Context, String, Handler) - Method in class com.eloview.sdk.accountManager.AccountManager
This function asks the Elo Server to verify the given token.
verifyFileSignature(String, String) - Method in class com.eloview.sdk.systemManager.System
This method is used to verify signature of the file.
verifyFileSignature(byte[]) - Method in class com.eloview.sdk.systemManager.System
This method is used to Verify File Integrity from zip file bytes.

W

wakeupScreen() - Method in class com.eloview.sdk.systemManager.System
This method is used to wake up the screen if it's asleep.
writeFile(String, String, boolean, boolean, boolean) - Method in class com.eloview.sdk.systemManager.System
Function used to create file at a destination path with given data.
writeSignedFileToStorage(byte[]) - Method in class com.eloview.sdk.systemManager.System
This API will verify the zip file bytes and copy the file to the /data/CastlesFile/protected folder.
writeSystemProperty(String, String) - Method in class com.eloview.sdk.systemManager.System
 
writeToParcel(Parcel, int) - Method in class com.eloview.sdk.networkManager.CertificateConfig
 
writeToParcel(Parcel, int) - Method in class com.eloview.sdk.networkManager.ESTConfig
 
A B C D E F G I L M N O P Q R S T U V W