Types

Link copied to clipboard
data class Created(val terminal: Terminal) : TerminalCreationResult

Indicates the terminal was created successfully

Link copied to clipboard

Indicates device attestation failed. The description argument includes a short message displayable to the user. The errorTrackingId can be provided to Moov support for assistance.

Link copied to clipboard

Indicates location services are disabled on the device

Link copied to clipboard

Indicates location permission has not been granted by the user

Link copied to clipboard

Indicates the network connection failed during terminal creation

Link copied to clipboard

Indicates an error communicating with the NFC reader

Link copied to clipboard

Indicates NFC reader access was not granted by the user

Link copied to clipboard

Indicates there was an error with the provided terminal configuration

Link copied to clipboard
data class UnknownError(val throwable: Throwable? = null, val reason: String? = null) : TerminalCreationResult

Indicates an unknown error occurred during terminal creation

Link copied to clipboard

Indicates the Android version is not supported