Merge "Add a constant representing a card update for the QuickAccessWallet." into rvc-dev am: 75ae54a10c am: 455c1f4641
Change-Id: I51707bcda7e89c92a0b97c1f127f634c737afb57
This commit is contained in:
@@ -39,11 +39,17 @@ public final class WalletServiceEvent implements Parcelable {
|
|||||||
*/
|
*/
|
||||||
public static final int TYPE_NFC_PAYMENT_STARTED = 1;
|
public static final int TYPE_NFC_PAYMENT_STARTED = 1;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Indicates that the wallet cards have changed and should be refreshed.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final int TYPE_WALLET_CARDS_UPDATED = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
@IntDef({TYPE_NFC_PAYMENT_STARTED})
|
@IntDef({TYPE_NFC_PAYMENT_STARTED, TYPE_WALLET_CARDS_UPDATED})
|
||||||
public @interface EventType {
|
public @interface EventType {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user