CommunicationType

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.

Entries

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.