lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
Public Member Functions | List of all members
org.linphone.lime.LimeStatusCallback Interface Reference

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.
 

Detailed Description

Define an interface for the status callback The native code will call this callback function on the LimeStatusCallback object passed as parameter to it.

Member Function Documentation

◆ callback()

void org.linphone.lime.LimeStatusCallback.callback ( int  status,
String  message 
)

Function called by native code when asynchronous processing is completed.

Parameters
[in]statusan integer mapped lime:CallbackReturn, use LimeCallbackReturn.fromNative to turn it into a java enumeration, do not use it directly
[in]messagea string message giving some details in case of failure

The documentation for this interface was generated from the following file: