IGetWalletCardsCallback.OnSuccess(GetWalletCardsResponse) Method
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.
Notifies the Android System that an QuickAccessWalletService#onWalletCardsRequested
was successfully handled by the service.
[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
Parameters
- response
- GetWalletCardsResponse
The response contains the list of WalletCard walletCards
to be shown
to the user as well as the index of the card that should initially be
presented as the selected card. The list should not contain more than the
maximum number of cards requested.
- Attributes
Remarks
Notifies the Android System that an QuickAccessWalletService#onWalletCardsRequested
was successfully handled by the service.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.