com.google.android.gms.wallet.WalletConstants.CardNetwork |
Class Overview
Credit card networks. Different APIs may support only a subset of these.
When used with Android Pay, the following networks use EMV cryptograms instead of 3DS
cryptograms as part of the payment credentials:
See also:
- https://en.wikipedia.org/wiki/EMV
- https://en.wikipedia.org/wiki/3-D_Secure
Summary
[Expand]
Inherited Methods |
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
|
Constants
public
static
final
int
AMEX
Constant Value:
1
(0x00000001)
public
static
final
int
DISCOVER
Constant Value:
2
(0x00000002)
public
static
final
int
INTERAC
Constant Value:
6
(0x00000006)
public
static
final
int
JCB
Constant Value:
3
(0x00000003)
public
static
final
int
MASTERCARD
Constant Value:
4
(0x00000004)
public
static
final
int
OTHER
Constant Value:
1000
(0x000003e8)
public
static
final
int
VISA
Constant Value:
5
(0x00000005)