Result

class Result(val chipData: MiSnapNfcReader.ChipData, val misnapMibiData: MiSnapMibiData, val licenseExpired: Boolean)

Result object from a successful chip read.

Constructors

Link copied to clipboard
constructor(chipData: MiSnapNfcReader.ChipData, misnapMibiData: MiSnapMibiData, licenseExpired: Boolean)

Functions

Properties

Link copied to clipboard

The data read from the NFC chip read session.

Link copied to clipboard

Indicates if the license should be renewed.

Link copied to clipboard

The analytics data collected from the session.