ImsRegistrationAttributes.AttrEpdgOverCellInternet 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.
Attribute to specify if an EPDG tunnel is setup over the cellular internet APN.
[Android.Runtime.Register("ATTR_EPDG_OVER_CELL_INTERNET", ApiSince=31)]
public const int AttrEpdgOverCellInternet = 1;
[<Android.Runtime.Register("ATTR_EPDG_OVER_CELL_INTERNET", ApiSince=31)>]
val mutable AttrEpdgOverCellInternet : int
Field Value
Value = 1Implements
- Attributes
Remarks
Attribute to specify if an EPDG tunnel is setup over the cellular internet APN.
If IMS is registered through an EPDG tunnel is setup over the cellular internet APN then this bit will be set. If IMS is registered through the IMS APN, then this bit will not be set.
Java documentation for android.telephony.ims.ImsRegistrationAttributes.ATTR_EPDG_OVER_CELL_INTERNET
.
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.