lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Static Public Member Functions | Public Attributes | List of all members
org.linphone.lime.LimeCallbackReturn Enum Reference

Enumeration remapping the lime::CallbackReturn. More...

Static Public Member Functions

static LimeCallbackReturn fromNative (int val)
 static method to get an enum value from the native jni integer(used as returned value by native function) More...
 

Public Attributes

 SUCCESS =(0)
 
 FAIL =(1)
 

Detailed Description

Enumeration remapping the lime::CallbackReturn.

Member Function Documentation

◆ fromNative()

static LimeCallbackReturn org.linphone.lime.LimeCallbackReturn.fromNative ( int  val)
inlinestatic

static method to get an enum value from the native jni integer(used as returned value by native function)

Parameters
[in]valinteger value mapped to the jni enum
Returns
one of the enumeration value, unknown input will silently default to FAIL

Member Data Documentation

◆ FAIL

org.linphone.lime.LimeCallbackReturn.FAIL =(1)

◆ SUCCESS

org.linphone.lime.LimeCallbackReturn.SUCCESS =(0)

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