monoandroid
namespace Android.Service.QuickAccessWallet
{
[Register("android/service/quickaccesswallet/QuickAccessWalletService", ApiSince = 30, DoNotGenerateAcw = true)]
public abstract class QuickAccessWalletService : Service
{
[Register("onWalletCardsRequested", "(Landroid/service/quickaccesswallet/GetWalletCardsRequest;Landroid/service/quickaccesswallet/GetWalletCardsCallback;)V", "GetOnWalletCardsRequested_Landroid_service_quickaccesswallet_GetWalletCardsRequest_Landroid_service_quickaccesswallet_GetWalletCardsCallback_Handler", ApiSince = 30)]
public abstract void OnWalletCardsRequested(GetWalletCardsRequest! request, IGetWalletCardsCallback! callback);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |