Liblinphone  5.5.0
Linphone.EventListener Class Reference
Inheritance diagram for Linphone.EventListener:
Linphone.LinphoneObject

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)
 

Detailed Description

An object to handle the callbacks for handling the LinphoneEvent operations.

Member Function Documentation

delegate void Linphone.EventListener.OnNotifyReceivedDelegate ( Linphone.Event  ev,
Linphone.Content  content 
)

Get the notify received callback.

Returns
The current notify received callback.
delegate void Linphone.EventListener.OnNotifyResponseDelegate ( Linphone.Event  ev)

Get the notify response callback.

Returns
The current notify response callback.
delegate void Linphone.EventListener.OnPublishReceivedDelegate ( Linphone.Event  ev,
Linphone.Content  content 
)

Get the publish received callback.

Returns
The current publish received callback.
delegate void Linphone.EventListener.OnPublishStateChangedDelegate ( Linphone.Event  ev,
Linphone.PublishState  state 
)

Get the publish state changed callback.

Returns
The current publish state changed callback.
delegate void Linphone.EventListener.OnSubscribeReceivedDelegate ( Linphone.Event  ev)

Get the subscribe received callback.

Returns
The current subscribe received callback.
delegate void Linphone.EventListener.OnSubscribeStateChangedDelegate ( Linphone.Event  ev,
Linphone.SubscriptionState  state 
)

Get the subscribe state changed callback.

Returns
The current subscribe state changed callback.

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