ImsManager.ExtraWfcRegistrationFailureMessage Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An extra key corresponding to a CharSequence
value which contains the carrier
specific message to be displayed as part of the message shown to the user when there is an
error registering for WiFi calling.
[Android.Runtime.Register("EXTRA_WFC_REGISTRATION_FAILURE_MESSAGE", ApiSince=30)]
public const string ExtraWfcRegistrationFailureMessage;
[<Android.Runtime.Register("EXTRA_WFC_REGISTRATION_FAILURE_MESSAGE", ApiSince=30)>]
val mutable ExtraWfcRegistrationFailureMessage : string
Field Value
- Attributes
Remarks
An extra key corresponding to a CharSequence
value which contains the carrier specific message to be displayed as part of the message shown to the user when there is an error registering for WiFi calling.
Java documentation for android.telephony.ims.ImsManager.EXTRA_WFC_REGISTRATION_FAILURE_MESSAGE
.
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.