DownloadableSubscription.Builder Constructors
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.
Overloads
DownloadableSubscription.Builder(DownloadableSubscription) | |
DownloadableSubscription.Builder(String) |
DownloadableSubscription.Builder(DownloadableSubscription)
[Android.Runtime.Register(".ctor", "(Landroid/telephony/euicc/DownloadableSubscription;)V", "", ApiSince=31)]
public Builder (Android.Telephony.Euicc.DownloadableSubscription baseSubscription);
[<Android.Runtime.Register(".ctor", "(Landroid/telephony/euicc/DownloadableSubscription;)V", "", ApiSince=31)>]
new Android.Telephony.Euicc.DownloadableSubscription.Builder : Android.Telephony.Euicc.DownloadableSubscription -> Android.Telephony.Euicc.DownloadableSubscription.Builder
Parameters
- baseSubscription
- DownloadableSubscription
- Attributes
Applies to
DownloadableSubscription.Builder(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)]
public Builder (string encodedActivationCode);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)>]
new Android.Telephony.Euicc.DownloadableSubscription.Builder : string -> Android.Telephony.Euicc.DownloadableSubscription.Builder
Parameters
- encodedActivationCode
- String
- Attributes