ImsConfigListenerpublic interface ImsConfigListener implements android.os.IInterfaceUsed by IMS config client to monitor the config operation results.
{@hide} |
Methods Summary |
---|
public void | onGetFeatureResponse(int feature, int network, int value, int status)Notifies client the value of the get operation result on the feature config item.
The arguments are the same as passed to com.android.ims.ImsConfig#getFeatureValue.
| public void | onSetFeatureResponse(int feature, int network, int value, int status)Notifies client the set value operation result for feature config item.
Used by clients that need to be notified the set operation result.
The arguments are the same as passed to com.android.ims.ImsConfig#setFeatureValue.
The arguments are repeated in the callback to enable the listener to understand
which configuration attempt failed.
|
|