Class | Description |
---|---|
Terminal |
The
Terminal is the top-level object for the Stripe Terminal SDK. |
TerminalLifecycleObserver |
The TerminalLifecycleObserver makes our SDK lifecycle-aware so that it can respond and
react to the various stages of an Android App. It's publicly visible by nature, because
clients that integrate with our SDK need to register the activity life cycle callbacks in
their Application class in onCreate.
|