PosLinkSDK
Interface for the PosLink integration SDK APIs.
It contains methods specific to PosLink integration type and upon successful setup, the com.teya.unifiedepossdk.TeyaCommonTransactionsApi instance will be available, which has a common API with other integration types for creating transactions.
Types
Callback invoked when setup fails with SetupFailure
Callback invoked when setup is successful com.teya.unifiedepossdk.TeyaCommonTransactionsApi.
Represents possible failure reasons during the setup process.
Properties
Provides information about the currently linked device and store.
Provides TeyaCommonPrintingApi.
Provides TeyaCommonTransactionsApi.
Functions
Removes the linked device information. After invoking this method, the previously returned com.teya.unifiedepossdk.TeyaCommonTransactionsApi instance will still reference the same device. To link a new device, setup must be called again.
Removes the stored authentication information. After invoking this method, the previously returned com.teya.unifiedepossdk.TeyaCommonTransactionsApi instance will no longer function. To restore functionality, setup must be called again.
Sets up the PosLink integration.