PsdkInitializationConstants

public final class PsdkInitializationConstants

Various keys and values that can be used during initialization. Additional keys and values can be found in the PosInformation, PsdkDeviceInformation, and TransactionManager classes.

Fields

NETWORK_CONFIGURATION_DYNAMIC_VALUE

public static final String NETWORK_CONFIGURATION_DYNAMIC_VALUE

The network is configured to dynamic IP addresses, which means the library will scan the network to locate the device with the correct ID.

NETWORK_CONFIGURATION_KEY

public static final String NETWORK_CONFIGURATION_KEY

Used during initialization to set the network configuration. The behavior defaults to NETWORK_CONFIGURATION_DYNAMIC_VALUE.

NETWORK_CONFIGURATION_SERVICE_DISCOVERY_VALUE

public static final String NETWORK_CONFIGURATION_SERVICE_DISCOVERY_VALUE

The network is configured with service discovery, which means this library will attempt to discover all the terminals in the local network.

NETWORK_CONFIGURATION_STATIC_VALUE

public static final String NETWORK_CONFIGURATION_STATIC_VALUE

The network is configured with static IP addresses, which means this library will attempt to connect with the remembered IP address only, and fail if it cannot connect to that IP address, instead of scanning the network for the device.

Constructors

PsdkInitializationConstants

public PsdkInitializationConstants()

Methods

toString

public String toString()