共用方式為


CardEmulation.RemoveAidsForService(ComponentName, String) 方法

定義

拿掉先前針對所提供服務之指定類別的 AID 清單。

[Android.Runtime.Register("removeAidsForService", "(Landroid/content/ComponentName;Ljava/lang/String;)Z", "")]
public bool RemoveAidsForService (Android.Content.ComponentName? service, string? category);
[<Android.Runtime.Register("removeAidsForService", "(Landroid/content/ComponentName;Ljava/lang/String;)Z", "")>]
member this.RemoveAidsForService : Android.Content.ComponentName * string -> bool

參數

service
ComponentName

服務的元件名稱

category
String

要移除的 AID 類別,例如 #CATEGORY_PAYMENT

傳回

是否已成功移除群組。

屬性

備註

拿掉先前針對所提供服務之指定類別的 AID 清單。

請注意,這隻會移除使用 #registerAidsForService(ComponentName, String, List) 方法動態註冊的 AID。 它會移除在指令清單中以靜態方式註冊的AID。 如果使用此方法移除動態註冊的 AID,且指令清單中存在相同類別的靜態註冊 AID 群組,靜態 AID 群組將會再次變成作用中。

android.nfc.cardemulation.CardEmulation.removeAidsForService(android.content.ComponentName, java.lang.String)Java 檔。

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

適用於