IGetWalletCardsCallback.OnSuccess(GetWalletCardsResponse) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
通知 Android 系統服務 QuickAccessWalletService#onWalletCardsRequested
已成功處理 。
[Android.Runtime.Register("onSuccess", "(Landroid/service/quickaccesswallet/GetWalletCardsResponse;)V", "GetOnSuccess_Landroid_service_quickaccesswallet_GetWalletCardsResponse_Handler:Android.Service.QuickAccessWallet.IGetWalletCardsCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void OnSuccess (Android.Service.QuickAccessWallet.GetWalletCardsResponse response);
[<Android.Runtime.Register("onSuccess", "(Landroid/service/quickaccesswallet/GetWalletCardsResponse;)V", "GetOnSuccess_Landroid_service_quickaccesswallet_GetWalletCardsResponse_Handler:Android.Service.QuickAccessWallet.IGetWalletCardsCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnSuccess : Android.Service.QuickAccessWallet.GetWalletCardsResponse -> unit
參數
- response
- GetWalletCardsResponse
回應包含要向用戶顯示的清單 WalletCard walletCards
,以及一開始應該顯示為選取卡片的卡片索引。 清單不應包含超過所要求的卡片數目上限。
- 屬性
備註
通知 Android 系統服務 QuickAccessWalletService#onWalletCardsRequested
已成功處理 。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。