Methods Summary |
---|
public void | registrationConnected()Notifies the application when the device is connected to the IMS network.
|
public void | registrationDisconnected()Notifies the application when the device is disconnected from the IMS network.
|
public void | registrationFeatureCapabilityChanged(int serviceClass, int[] enabledFeatures, int[] disabledFeatures)Notifies the application when features on a particular service enabled or
disabled successfully based on user preferences.
|
public void | registrationResumed()Notifies the application when its suspended IMS connection is resumed,
meaning the connection now allows throughput.
|
public void | registrationServiceCapabilityChanged(int serviceClass, int event)Notifies the application when its current IMS connection is updated
since the service setting is changed or the service is added/removed.
|
public void | registrationSuspended()Notifies the application when its current IMS connection is suspended,
meaning there is no data throughput.
|