|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Define an interface for the status callback The native code will call this callback function on the LimeStatusCallback object passed as parameter to it. More...
Public Member Functions | |
| void | callback (int status, String message) |
| Function called by native code when asynchronous processing is completed. More... | |
Define an interface for the status callback The native code will call this callback function on the LimeStatusCallback object passed as parameter to it.
| void org.linphone.lime.LimeStatusCallback.callback | ( | int | status, |
| String | message | ||
| ) |
Function called by native code when asynchronous processing is completed.
| [in] | status | an integer mapped lime:CallbackReturn, use LimeCallbackReturn.fromNative to turn it into a java enumeration, do not use it directly |
| [in] | message | a string message giving some details in case of failure |
1.8.11