MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
millicast::EventConnection Class Referenceabstract

#include <event_handling.h>

Public Member Functions

virtual ~EventConnection ()=default
 
virtual void disconnect ()=0
 

Detailed Description

The identifier of the event connection.

When the application attaches event handler callbacks, it gets in return these objects. Deleting the EventConnection instance does not disconnect the handler - the events will invoke the handler as long as the client instance is alive. Invoking the disconnect() function on the EventConnection disconnects the handler.

Constructor & Destructor Documentation

◆ ~EventConnection()

virtual millicast::EventConnection::~EventConnection ( )
virtualdefault

Member Function Documentation

◆ disconnect()

virtual void millicast::EventConnection::disconnect ( )
pure virtual

Stop receiving the event notifications.


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