AppsOnDevices

The AppsOnDevices class is the top-level object for the Apps on Devices SDK. Applications running on Stripe readers can use this SDK to manage device settings. Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Retrieve information about the reader running this application (e.g. serial number).

Link copied to clipboard
Link copied to clipboard

Retrieve the reader's night mode setting.

Link copied to clipboard
Link copied to clipboard
fun lockScreen(callback: Callback)

Lock the reader's screen.

Link copied to clipboard
Link copied to clipboard
fun setNightModeEnabled(enabled: Boolean, callback: Callback)

Set the reader's night mode setting.

Link copied to clipboard