public class ImsConnectionStateListener extends Object
Constructor and Description |
---|
ImsConnectionStateListener() |
Modifier and Type | Method and Description |
---|---|
void |
onFeatureCapabilityChanged(int serviceClass,
int[] enabledFeatures,
int[] disabledFeatures)
Called when its current IMS connection feature capability changes.
|
void |
onImsConnected()
Called when the device is connected to the IMS network.
|
void |
onImsDisconnected(ImsReasonInfo imsReasonInfo)
Called when the device is disconnected from the IMS network.
|
void |
onImsProgressing()
Called when the device is trying to connect to the IMS network.
|
void |
onImsResumed()
Called when its suspended IMS connection is resumed, meaning the connection
now allows throughput.
|
void |
onImsSuspended()
Called when its current IMS connection is suspended, meaning there is no data throughput.
|
void |
onVoiceMessageCountChanged(int count)
Called when waiting voice message count changes.
|
void |
registrationAssociatedUriChanged(Uri[] uris)
Called after IMS registration.
|
public void onImsConnected()
public void onImsProgressing()
public void onImsDisconnected(ImsReasonInfo imsReasonInfo)
public void onImsResumed()
public void onImsSuspended()
public void onFeatureCapabilityChanged(int serviceClass, int[] enabledFeatures, int[] disabledFeatures)
public void onVoiceMessageCountChanged(int count)
public void registrationAssociatedUriChanged(Uri[] uris)