Public Member Functions | |
| delegate void | OnNotifyResponseDelegate (Linphone.Event ev) |
| delegate void | OnNotifyReceivedDelegate (Linphone.Event ev, Linphone.Content content) |
| delegate void | OnSubscribeReceivedDelegate (Linphone.Event ev) |
| delegate void | OnSubscribeStateChangedDelegate (Linphone.Event ev, Linphone.SubscriptionState state) |
| delegate void | OnPublishReceivedDelegate (Linphone.Event ev, Linphone.Content content) |
| delegate void | OnPublishStateChangedDelegate (Linphone.Event ev, Linphone.PublishState state) |
Properties | |
| OnNotifyResponseDelegate | OnNotifyResponse [get, set] |
| OnNotifyReceivedDelegate | OnNotifyReceived [get, set] |
| OnSubscribeReceivedDelegate | OnSubscribeReceived [get, set] |
| OnSubscribeStateChangedDelegate | OnSubscribeStateChanged [get, set] |
| OnPublishReceivedDelegate | OnPublishReceived [get, set] |
| OnPublishStateChangedDelegate | OnPublishStateChanged [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) |
An object to handle the callbacks for handling the LinphoneEvent operations.
| delegate void Linphone.EventListener.OnNotifyReceivedDelegate | ( | Linphone.Event | ev, |
| Linphone.Content | content | ||
| ) |
Get the notify received callback.
| delegate void Linphone.EventListener.OnNotifyResponseDelegate | ( | Linphone.Event | ev | ) |
Get the notify response callback.
| delegate void Linphone.EventListener.OnPublishReceivedDelegate | ( | Linphone.Event | ev, |
| Linphone.Content | content | ||
| ) |
Get the publish received callback.
| delegate void Linphone.EventListener.OnPublishStateChangedDelegate | ( | Linphone.Event | ev, |
| Linphone.PublishState | state | ||
| ) |
Get the publish state changed callback.
| delegate void Linphone.EventListener.OnSubscribeReceivedDelegate | ( | Linphone.Event | ev | ) |
Get the subscribe received callback.
| delegate void Linphone.EventListener.OnSubscribeStateChangedDelegate | ( | Linphone.Event | ev, |
| Linphone.SubscriptionState | state | ||
| ) |
Get the subscribe state changed callback.