IGetWalletCardsCallback.OnFailure(GetWalletCardsError) 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
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.
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.