次の方法で共有


DownloadableSubscription.ForActivationCode(String) メソッド

定義

指定されたアクティブ化コードの DownloadableSubscription を作成します。

[Android.Runtime.Register("forActivationCode", "(Ljava/lang/String;)Landroid/telephony/euicc/DownloadableSubscription;", "", ApiSince=28)]
public static Android.Telephony.Euicc.DownloadableSubscription? ForActivationCode (string? encodedActivationCode);
[<Android.Runtime.Register("forActivationCode", "(Ljava/lang/String;)Landroid/telephony/euicc/DownloadableSubscription;", "", ApiSince=28)>]
static member ForActivationCode : string -> Android.Telephony.Euicc.DownloadableSubscription

パラメーター

encodedActivationCode
String

使用するアクティブ化コード。 アクティブ化コードは、ユーザーがスキャンした QR コードから解析できます。 アクティブ化コードの形式は SGP.22 で定義されています。 たとえば、"1$SMDP。GSMA.COM$04386-AGYFT-A74Y8-3F815$1.3.6.1.4.1.31746"。 詳細については、以下を参照してください com.android.euicc.data.ActivationCode。 null は指定できません。

戻り値

DownloadableSubscriptionEuiccManager#downloadSubscriptionされる可能性があります。

属性

注釈

指定されたアクティブ化コードの DownloadableSubscription を作成します。

エンコードされたActivationCode フィールドが入力されます。 confirmationCode、carrierName、accessRules などの他のフィールドは、存在する場合の android.service.euicc.EuiccService 実装に入力できます。

の Java ドキュメントandroid.telephony.euicc.DownloadableSubscription.forActivationCode(java.lang.String)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象