Package-level declarations
Types
Receipt printing APIs.
Interface for the "All In One" integration SDK APIs. "All In One" here means that the ePOS App is running in the same device as the Teya Payments App. Use isAvailable to check if that is the case.
iOS-specific extension of AllInOneSDK that provides methods for handling payment response URLs received from the payment app via deep linking.
Listener for missed responses. On Android, it is technically possible that the OS kills the app before the response is received. In that case, once the process gets recreated and you call TeyaAllInOneSDK, the missed responses will be delivered to this listener.
Functions
Android specific entry point to the "All In One" integration SDK APIs. Returns AllInOneSDK instance.
iOS specific entry point to the "All In One" integration SDK APIs. Returns IOSAllInOneSDKImpl instance that extends AllInOneSDK with iOS-specific methods.