IGetWalletCardsCallback.OnFailure(GetWalletCardsError) Method

Definition

Notifies the Android System that an QuickAccessWalletService#onWalletCardsRequested could not be handled by the service.

[Android.Runtime.Register("onFailure", "(Landroid/service/quickaccesswallet/GetWalletCardsError;)V", "GetOnFailure_Landroid_service_quickaccesswallet_GetWalletCardsError_Handler:Android.Service.QuickAccessWallet.IGetWalletCardsCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void OnFailure (Android.Service.QuickAccessWallet.GetWalletCardsError error);
[<Android.Runtime.Register("onFailure", "(Landroid/service/quickaccesswallet/GetWalletCardsError;)V", "GetOnFailure_Landroid_service_quickaccesswallet_GetWalletCardsError_Handler:Android.Service.QuickAccessWallet.IGetWalletCardsCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnFailure : Android.Service.QuickAccessWallet.GetWalletCardsError -> unit

Parameters

error
GetWalletCardsError

The error message. <b>Note: </b> this message should <b>not</b> contain PII (Personally Identifiable Information, such as username or email address).

Attributes

Remarks

Notifies the Android System that an QuickAccessWalletService#onWalletCardsRequested could not be handled by the service.

Java documentation for android.service.quickaccesswallet.GetWalletCardsCallback.onFailure(android.service.quickaccesswallet.GetWalletCardsError).

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