DisconnectReason

The possible reasons for which a Bluetooth or USB reader was disconnected.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Entries

Link copied to clipboard

Reader disconnected for an unknown reason.

Link copied to clipboard

Terminal.disconnectReader was called.

Link copied to clipboard

Terminal.rebootReader was called.

Link copied to clipboard

Reader disconnected after performing its required security reboot. This will happen if the reader has been running for 24 hours. To control this you can call Terminal.rebootReader which will reset the 24 hour timer.

Link copied to clipboard

Reader disconnected because its battery was critically low and needs to be charged before it can be used.

Link copied to clipboard

Reader was powered off.

Link copied to clipboard

Reader disconnected because Bluetooth was disabled on the device.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.