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(    val failIfInUse: Boolean = false,     internetReaderListener: InternetReaderListener?) : 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?