共用方式為


EuiccManager.DeleteSubscription(Int32, PendingIntent) 方法

定義

刪除指定的訂用帳戶。

[Android.Runtime.Register("deleteSubscription", "(ILandroid/app/PendingIntent;)V", "GetDeleteSubscription_ILandroid_app_PendingIntent_Handler", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS")]
public virtual void DeleteSubscription (int subscriptionId, Android.App.PendingIntent? callbackIntent);
[<Android.Runtime.Register("deleteSubscription", "(ILandroid/app/PendingIntent;)V", "GetDeleteSubscription_ILandroid_app_PendingIntent_Handler", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS")>]
abstract member DeleteSubscription : int * Android.App.PendingIntent -> unit
override this.DeleteSubscription : int * Android.App.PendingIntent -> unit

參數

subscriptionId
Int32

要刪除之訂用帳戶的標識碼。

callbackIntent
PendingIntent

當作業完成時要啟動的PendingIntent。

屬性

備註

刪除指定的訂用帳戶。

如果此訂用帳戶目前為使用中,裝置會先將其切換至「空白」訂用帳戶。

要求呼叫端應用程式根據要刪除的配置檔元數據或許可權,具有電信業者 android.Manifest.permission#WRITE_EMBEDDED_SUBSCRIPTIONS 許可權。

android.telephony.euicc.EuiccManager.deleteSubscription(int, android.app.PendingIntent)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於