![]() |
RDK Documentation (Open Sourced RDK Components)
|
Class for the BlockedEvent event. More...
#include <AampEvent.h>


Public Member Functions | |
| BlockedEvent (const BlockedEvent &)=delete | |
| BlockedEvent & | operator= (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... | |
| AAMPEventObject & | operator= (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 |
Class for the BlockedEvent event.
Definition at line 1928 of file AampEvent.h.
|
inline |
BlockedEvent Constructor.
| [in] | reason | - Blocked Reason |
Definition at line 1941 of file AampEvent.h.
|
inline |
|
private |
Blocked Reason
Definition at line 1930 of file AampEvent.h.