FileDocCategorySizeDatePackage
ImsConnectionStateListener.javaAPI DocAndroid 5.1 API1811Thu Mar 12 22:22:52 GMT 2015com.android.ims

ImsConnectionStateListener

public class ImsConnectionStateListener extends Object
Listener for receiving notifications about changes to the IMS connection. It provides a state of IMS registration between UE and IMS network, the service availability of the local device during IMS registered.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonFeatureCapabilityChanged(int serviceClass, int[] enabledFeatures, int[] disabledFeatures)
Called when its current IMS connection feature capability changes.

        // no-op
    
public voidonImsConnected()
Called when the device is connected to the IMS network.

        // no-op
    
public voidonImsDisconnected()
Called when the device is disconnected from the IMS network.

        // no-op
    
public voidonImsResumed()
Called when its suspended IMS connection is resumed, meaning the connection now allows throughput.

        // no-op
    
public voidonImsSuspended()
Called when its current IMS connection is suspended, meaning there is no data throughput.

        // no-op