Telematics SDK - Interface Specification
v1.46.62
|
A listener class for monitoring changes in IMS Serving System manager, including IMS registration status change. Override the methods for the state that you wish to receive updates for. More...
Public Member Functions | |
virtual void | onServiceStatusChange (telux::common::ServiceStatus status) |
virtual void | onImsRegStatusChange (ImsRegistrationInfo status) |
virtual | ~IImsServingSystemListener () |
![]() | |
virtual | ~IServiceStatusListener () |
A listener class for monitoring changes in IMS Serving System manager, including IMS registration status change. Override the methods for the state that you wish to receive updates for.
The methods in listener can be invoked from multiple different threads. The implementation should be thread safe.
|
virtual |
|
virtual |
This function is called when service status changes.
[in] | status | - telux::common::ServiceStatus |
Reimplemented from telux::common::IServiceStatusListener.
|
virtual |
This function is called whenever any IMS service configuration is changed.
[in] | status | Indicates which registration status is the IMS service changed to. telux::tel::ImsRegistrationInfo. |