Methods Summary |
---|
public void | onFeatureCapabilityChanged(int serviceClass, int[] enabledFeatures, int[] disabledFeatures)Called when its current IMS connection feature capability changes.
// no-op
|
public void | onImsConnected()Called when the device is connected to the IMS network.
// no-op
|
public void | onImsDisconnected()Called when the device is disconnected from the IMS network.
// no-op
|
public void | onImsResumed()Called when its suspended IMS connection is resumed, meaning the connection
now allows throughput.
// no-op
|
public void | onImsSuspended()Called when its current IMS connection is suspended, meaning there is no data throughput.
// no-op
|