DataFailCause.CollisionWithNetworkInitiatedRequest 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.
Caution
This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.
Network has already initiated the activation, modification, or deactivation of bearer resources that was requested by the UE.
[Android.Runtime.Register("COLLISION_WITH_NETWORK_INITIATED_REQUEST", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)]
public const Android.Telephony.DataFailCauseType CollisionWithNetworkInitiatedRequest = 56;
[<Android.Runtime.Register("COLLISION_WITH_NETWORK_INITIATED_REQUEST", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable CollisionWithNetworkInitiatedRequest : Android.Telephony.DataFailCauseType
Field Value
Value = 56- Attributes
Remarks
Network has already initiated the activation, modification, or deactivation of bearer resources that was requested by the UE.
Java documentation for android.telephony.DataFailCause.COLLISION_WITH_NETWORK_INITIATED_REQUEST
.
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.