WalletServiceEvent


public final class WalletServiceEvent
extends Object implements Parcelable

java.lang.Object
   ↳ android.service.quickaccesswallet.WalletServiceEvent


Represents a request from the wallet app to the Quick Access Wallet in System UI. Background events may necessitate that the Quick Access Wallet update its view. For example, if the wallet application handles an NFC payment while the Quick Access Wallet is being shown, it needs to tell the Quick Access Wallet so that the wallet can be dismissed and Activity showing the payment can be displayed to the user.

Summary

Constants

int TYPE_NFC_PAYMENT_STARTED

An NFC payment has started.

Inherited constants

Fields

public static final Creator<WalletServiceEvent> CREATOR