Telematics SDK - Interface Specification  v1.39.0
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
telux::tel::ICellBroadcastListener Class Reference

A listener class which monitors cell broadcast messages. More...

Public Member Functions

virtual void onIncomingMessage (const std::shared_ptr< CellBroadcastMessage > cbMessage)
 
virtual ~ICellBroadcastListener ()
 
- Public Member Functions inherited from telux::common::IServiceStatusListener
virtual void onServiceStatusChange (ServiceStatus status)
 
virtual ~IServiceStatusListener ()
 

Detailed Description

A listener class which monitors cell broadcast messages.

The methods in listener can be invoked from multiple different threads. The implementation should be thread safe.

Constructor & Destructor Documentation

virtual telux::tel::ICellBroadcastListener::~ICellBroadcastListener ( )
virtual

Member Function Documentation

virtual void telux::tel::ICellBroadcastListener::onIncomingMessage ( const std::shared_ptr< CellBroadcastMessage cbMessage)
virtual

This function is called when device receives an incoming cell broadcast message.

Parameters
[in]cbMessage- Broadcast message with information related to ETWS/CMAS notification.
Note
Eval: This is a new API and is being evaluated. It is subject to change and could break backwards compatibility.