Public Member Functions | |
| void | Clear () |
| void | EnableAll () |
Properties | |
| bool | RecvImdnDelivered [get, set] |
| bool | RecvImdnDeliveryError [get, set] |
| bool | RecvImdnDisplayed [get, set] |
| bool | RecvIsComposing [get, set] |
| bool | SendImdnDelivered [get, set] |
| bool | SendImdnDeliveryError [get, set] |
| bool | SendImdnDisplayed [get, set] |
| bool | SendIsComposing [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Policy to use to send/receive instant messaging composing/delivery/display notifications.
The sending of this information is done as in the RFCs 3994 (is_composing) and 5438 (imdn delivered/displayed).
|
inline |
Clear an IM notif policy (deactivate all receiving and sending of notifications).
Note: Error IMDN must be enabled for Lime recovery mechanism
|
inline |
Enable all receiving and sending of notifications.
|
getset |
Tell whether imdn delivered notifications are being notified when received.
|
getset |
Tell whether imdn delivery error notifications are being notified when received.
|
getset |
Tell whether imdn displayed notifications are being notified when received.
|
getset |
Tell whether is_composing notifications are being notified when received.
|
getset |
Tell whether imdn delivered notifications are being sent.
|
getset |
Tell whether imdn delivery error notifications are being sent.
|
getset |
Tell whether imdn displayed notifications are being sent.
|
getset |
Tell whether is_composing notifications are being sent.