TagData

EMDK For Android 5.0

TagData class provides to get the TLV raw data as per EMV specification and also its parsed tag, length and value format.

Constructors

TagData

Parameters:

tlvString

Type: java.lang.String

Public Methods

getTlvString

public String getTlvString()

Returns the TLV (Tag-Length-Value) data string as per EMV specification.

Returns:

java.lang.String