public interface ISecurityResultCallback extends IBaseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ISecurityResultCallbackError error)
No data received - error condition, not authorized .
|
void |
onResult(SecureKeyPair[] keyValues)
Correct data received.
|
void |
onWarning(SecureKeyPair[] keyValues,
ISecurityResultCallbackWarning warning)
Data received with warning - ie Found entries with existing key and values have been overriden
|
getAPIGroup, getAPIVersionvoid onError(ISecurityResultCallbackError error)
error - Error valuesvoid onResult(SecureKeyPair[] keyValues)
keyValues - key and valuesvoid onWarning(SecureKeyPair[] keyValues, ISecurityResultCallbackWarning warning)
keyValues - key and valueswarning - Warning values