PkPassType enum
Status after trying to add multiple passes.
Values
- any → const PkPassType
-
A nonspecific pass type.
- barcode → const PkPassType
-
A pass that represents a barcode.
- secureElement → const PkPassType
-
A pass that represents a credential that the device stores in the Secure Element.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PkPassType> - A constant List of the values in this enum, in order of their declaration.