Package apple.passkit.enums
Class PKAddressField
- java.lang.Object
-
- apple.passkit.enums.PKAddressField
-
public final class PKAddressField extends java.lang.Object
-
-
Field Detail
-
None
public static final long None
No address fields required.- See Also:
- Constant Field Values
-
PostalAddress
public static final long PostalAddress
Full street address including name, street, city, state/province, postal code, country.- See Also:
- Constant Field Values
-
Phone
public static final long Phone
- See Also:
- Constant Field Values
-
Email
public static final long Email
- See Also:
- Constant Field Values
-
Name
public static final long Name
- See Also:
- Constant Field Values
-
All
public static final long All
- See Also:
- Constant Field Values
-
-