An object to handle the callbacks for handling the Event operations.
More...
#include <event_listener.hh>
An object to handle the callbacks for handling the Event operations.
◆ onNotifyReceived()
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 |
◆ onNotifyResponse()
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 |
◆ onPublishReceived()
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 |
◆ onPublishStateChanged()
PUBLISH state changed callback.
- Parameters
-
event | The LinphoneEvent object that state changed
|
state | The LinphonePublishState |
◆ onSubscribeReceived()
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 |
◆ onSubscribeStateChanged()
SUBSCRIBE state changed callback.
- Parameters
-
The documentation for this class was generated from the following file: