Package apple.intents.enums
Class INVisualCodeType
- java.lang.Object
-
- apple.intents.enums.INVisualCodeType
-
public final class INVisualCodeType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBusstatic longContactstatic longRequestPaymentstatic longSendPaymentstatic longSubwaystatic longTransitstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Contact
public static final long Contact
- See Also:
- Constant Field Values
-
RequestPayment
public static final long RequestPayment
- See Also:
- Constant Field Values
-
SendPayment
public static final long SendPayment
- See Also:
- Constant Field Values
-
Transit
public static final long Transit
- See Also:
- Constant Field Values
-
Bus
public static final long Bus
- See Also:
- Constant Field Values
-
Subway
public static final long Subway
- See Also:
- Constant Field Values
-
-