- getAddress(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device Address
- getAECMOrientation(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get orientation of AECM device from EloSecure application.
- getBrightness(Context) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device Brightness the device
- getDeviceInfo(Context, Handler) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device information from cloud ( Async Call )
- getDeviceInfo(Context) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device information from cloud ( Sync Call )
- getDevicePortsStatusJSON(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is use to get device port status in JSON String format.
- getHeapGrowthLimit(Context) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get heap growth limit size in MB.
- getHeapSize(Context) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get heap size.
- getLocale(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device system locale
- getMaxUSBport() - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get number of max USB port available on devices.
- getOrientation(Context) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get orientation details only for LIDS-2.0/BACKPACK devices.
- getSDKVersion() - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get current EloView SDK Version
- getSerialNumber(Context, BroadcastReceiver) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device Serial Number
- getVolume(Context) - Static method in class com.eloview.sdk.EloSecureUtil
-
This method is used to get device Volume the device
- OTA_APPLY_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
The OTA was not applied due to some error.
- OTA_APPLY_IN_PROGRESS - Static variable in class com.eloview.sdk.EloSecureUtil
-
The OTA is currently being applied.
- OTA_CHECK_STATUS_GENERIC_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
Could not retrieve info about the remote OTA package.
- OTA_CHECK_STATUS_NEW - Static variable in class com.eloview.sdk.EloSecureUtil
-
There is a new OTA package available, please update.
- OTA_CHECK_STATUS_OLD - Static variable in class com.eloview.sdk.EloSecureUtil
-
The latest available OTA package is older than the current system.
- OTA_CHECK_STATUS_SAME - Static variable in class com.eloview.sdk.EloSecureUtil
-
The latest available OTA package is the same as the current system.
- OTA_DOWNLOAD_GENERIC_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
There was an unknown error while downloading the OTA package.
- OTA_DOWNLOAD_LOCAL_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
Local OTA package could not be copied due to error.
- OTA_DOWNLOAD_LOCAL_FILE_PERCENTAGE - Static variable in class com.eloview.sdk.EloSecureUtil
-
Progress of copying the OTA package from local source.
- OTA_DOWNLOAD_LOCAL_FILE_SUCCESS - Static variable in class com.eloview.sdk.EloSecureUtil
-
Local OTA package has been copied successfully.
- OTA_DOWNLOAD_REMOTE_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
There was an error downloading the OTA package.
- OTA_DOWNLOAD_REMOTE_FILE_PERCENTAGE - Static variable in class com.eloview.sdk.EloSecureUtil
-
OTA package download percentage completed.
- OTA_DOWNLOAD_REMOTE_FILE_SUCCESS - Static variable in class com.eloview.sdk.EloSecureUtil
-
The remote file has downloaded successfully.
- OTA_VERIFY_FILE_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
There was an error verifying the OTA package, the file may be corrupt.
- OTA_VERIFY_SIGN_ERROR - Static variable in class com.eloview.sdk.EloSecureUtil
-
There OTA package signature is invalid.
- OTA_VERIFY_SIGN_PERCENTAGE - Static variable in class com.eloview.sdk.EloSecureUtil
-
Progress of OTA package verification.
- OTA_VERIFY_SIGN_SUCCESS - Static variable in class com.eloview.sdk.EloSecureUtil
-
The OTA package signature was verified as valid.