public enum ConnectionStatus
The ConnectionStatus
represents the current state of the reader-terminal connection.
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Enum Constant and Description |
---|
CONNECTED
The terminal is connected to a reader
|
CONNECTING
The terminal is in the process of connecting to a reader
|
NOT_CONNECTED
The terminal isn't connected to a reader
|
public static ConnectionStatus NOT_CONNECTED
The terminal isn't connected to a reader
public static ConnectionStatus CONNECTING
The terminal is in the process of connecting to a reader
public static ConnectionStatus CONNECTED
The terminal is connected to a reader