RDK Documentation (Open Sourced RDK Components)
BlockedEvent Class Reference

Class for the BlockedEvent event. More...

#include <AampEvent.h>

Inheritance diagram for BlockedEvent:
Inheritance graph
Collaboration diagram for BlockedEvent:
Collaboration graph

Public Member Functions

 BlockedEvent (const BlockedEvent &)=delete
 
BlockedEventoperator= (const BlockedEvent &)=delete
 
 BlockedEvent (const std::string &reason)
 BlockedEvent Constructor. More...
 
virtual ~BlockedEvent ()
 BlockedEvent Destructor.
 
const std::string & getReason () const
 Get Description. More...
 
- Public Member Functions inherited from AAMPEventObject
 AAMPEventObject (const AAMPEventObject &)=delete
 Copy constructor disabled. More...
 
AAMPEventObjectoperator= (const AAMPEventObject &)=delete
 assignment operator disabled More...
 
 AAMPEventObject (AAMPEventType type)
 AAMPEventObject Constructor.
 
virtual ~AAMPEventObject ()
 AAMPEvent Destructor.
 
AAMPEventType getType () const
 Get Event Type. More...
 

Private Attributes

std::string mReason
 

yes

Class for the BlockedEvent event.

Definition at line 1928 of file AampEvent.h.

Constructor & Destructor Documentation

◆ BlockedEvent()

BlockedEvent::BlockedEvent ( const std::string &  reason)
inline

BlockedEvent Constructor.

Parameters
[in]reason- Blocked Reason

Definition at line 1941 of file AampEvent.h.

Member Function Documentation

◆ getReason()

const std::string& BlockedEvent::getReason ( ) const
inline

Get Description.

Returns
Blocked Reason

Definition at line 1954 of file AampEvent.h.

Field Documentation

◆ mReason

std::string BlockedEvent::mReason
private

Blocked Reason

Definition at line 1930 of file AampEvent.h.


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