Communication Type
Enum representing the communication types available for the POS Payment External SDK.
The SDK can communicate using either AIDL or INTENT methods:
AIDL: This method provides a UI-less Communication mode, allowing direct interaction with the SDK. It requires the user to implement their own user interface for payment processing, as no default UI is provided.
INTENT: This method opens the POS Payment application’s built-in UI, simplifying integration by handling the user interface and flow internally. This option is ideal for those who prefer to use the pre-existing UI provided by POS Payment.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.