B C D F G H I L P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BUILD_TYPE - Static variable in class com.deviceassure.android.library.BuildConfig
- BuildConfig - Class in com.deviceassure.android.library
- BuildConfig() - Constructor for class com.deviceassure.android.library.BuildConfig
C
- Callback - Interface in com.deviceassure.android.library.networking
-
An interface for which the
DeviceAssurecan use to return an API response or error with. - check(Callback, String[]) - Static method in class com.deviceassure.android.library.networking.DeviceAssure
-
[OnSite] Run device validation, only for apps that support Android API < 14.
- check(Callback, URL[]) - Static method in class com.deviceassure.android.library.networking.DeviceAssure
-
[OnSite] Run device validation, only for apps that support Android API < 14.
- check(String, Callback) - Static method in class com.deviceassure.android.library.networking.DeviceAssure
-
[Cloud] Run device validation for apps that support Android API >= 14.
- com.deviceassure.android.library - package com.deviceassure.android.library
- com.deviceassure.android.library.data.dto - package com.deviceassure.android.library.data.dto
- com.deviceassure.android.library.networking - package com.deviceassure.android.library.networking
D
- DataSenderSSLSocketFactoryException - Exception in com.deviceassure.android.library.networking
- DataSenderSSLSocketFactoryException() - Constructor for exception com.deviceassure.android.library.networking.DataSenderSSLSocketFactoryException
- DataSenderSSLSocketFactoryException(String) - Constructor for exception com.deviceassure.android.library.networking.DataSenderSSLSocketFactoryException
- DEBUG - Static variable in class com.deviceassure.android.library.BuildConfig
- DeviceAssure - Class in com.deviceassure.android.library.networking
-
API client to use DeviceAssure library.
F
- FLAVOR - Static variable in class com.deviceassure.android.library.BuildConfig
G
- getAttempts() - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Get the number of attempts made to send the request.
- getData(Callback) - Static method in class com.deviceassure.android.library.networking.DeviceAssure
-
[Server to Server] Run device validation for apps that support Android API >= 14.
- getDataToSend() - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Get the data to send as a String.
- getDataToSendAsBytes() - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Returns a byte array representation of the data to send.
- getRequestId() - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Gets the request ID associated with all attempts to send the request.
H
- handleError(String) - Method in interface com.deviceassure.android.library.networking.Callback
-
Sends any error message occurring during the validation back to the caller via callback function.
I
- incrementAttempts() - Method in class com.deviceassure.android.library.data.dto.RequestDTO
- init(Context) - Static method in class com.deviceassure.android.library.networking.DeviceAssure
-
Initialize the DeviceAssure library.
L
- LIBRARY_PACKAGE_NAME - Static variable in class com.deviceassure.android.library.BuildConfig
P
- progressUpdate(Integer) - Method in interface com.deviceassure.android.library.networking.Callback
-
Report the device validation progress to the caller method.
R
- RequestDTO - Class in com.deviceassure.android.library.data.dto
-
Data Transfer Object representing a request to be sent.
- RequestDTO() - Constructor for class com.deviceassure.android.library.data.dto.RequestDTO
S
- setAttempts(int) - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Set the number of attempts made to send the request.
- setDataToSend(String) - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Set the data to send as a String.
- setRequestId(String) - Method in class com.deviceassure.android.library.data.dto.RequestDTO
-
Sets the request ID associated with all attempts to send the request.
- statusUpdate(String) - Method in interface com.deviceassure.android.library.networking.Callback
-
Deprecated.
T
- taskComplete() - Method in interface com.deviceassure.android.library.networking.Callback
-
Deprecated.
- taskComplete(JSONObject) - Method in interface com.deviceassure.android.library.networking.Callback
-
Send the DeviceAssure result of the validation back to the caller via callback function.
V
- VERSION_CODE - Static variable in class com.deviceassure.android.library.BuildConfig
- VERSION_NAME - Static variable in class com.deviceassure.android.library.BuildConfig
All Classes All Packages