EuiccManager.ExtraEmbeddedSubscriptionSmdxReasonCode 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.
Key for an extra set on PendingIntent
result callbacks providing a
ReasonCode[5.
[Android.Runtime.Register("EXTRA_EMBEDDED_SUBSCRIPTION_SMDX_REASON_CODE", ApiSince=30)]
public const string ExtraEmbeddedSubscriptionSmdxReasonCode;
[<Android.Runtime.Register("EXTRA_EMBEDDED_SUBSCRIPTION_SMDX_REASON_CODE", ApiSince=30)>]
val mutable ExtraEmbeddedSubscriptionSmdxReasonCode : string
Field Value
- Attributes
Remarks
Key for an extra set on PendingIntent
result callbacks providing a ReasonCode[5.2.6.2] from GSMA (SGP.22 v2.2) decoded from #EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE
. The value of this extra will be a String.
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.