ImsManager.ActionWfcImsRegistrationError Field

Definition

An intent action indicating that IMS registration for WiFi calling has resulted in an error.

[Android.Runtime.Register("ACTION_WFC_IMS_REGISTRATION_ERROR", ApiSince=30)]
public const string ActionWfcImsRegistrationError;
[<Android.Runtime.Register("ACTION_WFC_IMS_REGISTRATION_ERROR", ApiSince=30)>]
val mutable ActionWfcImsRegistrationError : string

Field Value

Attributes

Remarks

An intent action indicating that IMS registration for WiFi calling has resulted in an error. Contains error information that should be displayed to the user.

This intent will contain the following extra key/value pairs: #EXTRA_WFC_REGISTRATION_FAILURE_TITLE and #EXTRA_WFC_REGISTRATION_FAILURE_MESSAGE, which contain carrier specific error information that should be displayed to the user.

Usage: This intent is sent as an ordered broadcast. If the settings application is going to show the error information specified to the user, it should respond to android.content.BroadcastReceiver#setResultCode(int) with android.app.Activity#RESULT_CANCELED, which will signal to the framework that the event was handled. If the framework does not receive a response to the ordered broadcast, it will then show a notification to the user indicating that there was a registration failure.

Java documentation for android.telephony.ims.ImsManager.ACTION_WFC_IMS_REGISTRATION_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to