Enumeration remapping the lime.CallbackReturn.
More...
|
| static LimeCallbackReturn | fromNative (int val) |
| | static method to get an enum value from the native jni integer(used as returned value by native function)
|
Enumeration remapping the lime.CallbackReturn.
- java enumeration is mapped to an int
- jni code map the same int to the original lime.CallbackReturn
◆ fromNative()
| 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] | val | integer value mapped to the jni enum |
- Returns
- one of the enumeration value, unknown input will silently default to FAIL
◆ 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: