NetworkStatus

enum NetworkStatus : Enum<NetworkStatus>

The NetworkStatus represents the current network status, as determined by the Terminal SDK.

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

Entries

Link copied to clipboard

The terminal is able to communicate with stripe.com.

Link copied to clipboard

The terminal is not able to communicate with stripe.com.

Link copied to clipboard

The terminal has not determined if it can communicate with stripe.com.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int