ConnectionConfiguration

expect sealed class ConnectionConfiguration

The ConnectionConfiguration class contains configuration information for connecting to a reader.

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

Inheritors

Types

Link copied to clipboard
expect class InternetConnectionConfiguration(internetReaderListener: InternetReaderListener?, val failIfInUse: Boolean = false) : ConnectionConfiguration

The InternetConnectionConfiguration object is used to connect to an internet reader such as DeviceType.STRIPE_S700 or DeviceType.WISEPOS_E.

Properties

Link copied to clipboard
expect val locationId: String?