An object to handle the callbacks for handling the LinphoneEvent operations.
More...
#include <event_listener.hh>
An object to handle the callbacks for handling the LinphoneEvent operations.
| virtual LINPHONECXX_PUBLIC void linphone::EventListener::onNotifyReceived |
( |
const std::shared_ptr< linphone::Event > & |
event, |
|
|
const std::shared_ptr< const linphone::Content > & |
content |
|
) |
| |
|
inlinevirtual |
Callback used to notify the received to a NOTIFY.
- Parameters
-
| event | The LinphoneEvent object that receive the NOTIFY |
| content | The LinphoneContent object that containe the body of the event |
| virtual LINPHONECXX_PUBLIC void linphone::EventListener::onNotifyResponse |
( |
const std::shared_ptr< linphone::Event > & |
event | ) |
|
|
inlinevirtual |
Callback used to notify the response to a sent NOTIFY.
- Parameters
-
| event | The Event object that has sent the NOTIFY and for which we received a response |
| virtual LINPHONECXX_PUBLIC void linphone::EventListener::onPublishReceived |
( |
const std::shared_ptr< linphone::Event > & |
event, |
|
|
const std::shared_ptr< linphone::Content > & |
content |
|
) |
| |
|
inlinevirtual |
Callback used to notify the received to a PUBLISH.
- Parameters
-
| event | The LinphoneEvent object that receive the PUBLISH |
| content | The LinphoneContent object that containe the body of the event |
PUBLISH state changed callback.
- Parameters
-
| event | The LinphoneEvent object that state changed |
| state | The LinphonePublishState |
| virtual LINPHONECXX_PUBLIC void linphone::EventListener::onSubscribeReceived |
( |
const std::shared_ptr< linphone::Event > & |
event | ) |
|
|
inlinevirtual |
Callback used to notify the received to a SUBSCRIBE.
- Parameters
-
| event | The LinphoneEvent object that receive the SUBSCRIBE |
SUBSCRIBE state changed callback.
- Parameters
-
The documentation for this class was generated from the following file: