IGetWalletCardsCallback.OnSuccess(GetWalletCardsResponse) Method

Definition

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.

Java documentation for android.service.quickaccesswallet.GetWalletCardsCallback.onSuccess(android.service.quickaccesswallet.GetWalletCardsResponse).

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.

Applies to