Success

class Success(val deviceId: String, val versionName: String, val applicationName: String, val sdkVersion: String?, val operatingSystem: String?) : ApplicationDataSdkResult

Successful result.

Constructors

Link copied to clipboard
constructor(deviceId: String, versionName: String, applicationName: String, sdkVersion: String?, operatingSystem: String?)

Properties

Link copied to clipboard

Name of installed Tap On Phone app

Link copied to clipboard

Unique identifier for the device.

Link copied to clipboard

Operating system of the device.

Link copied to clipboard

Version of the Transaction SDK.

Link copied to clipboard

Current version of the installed Tap On Phone app.

Functions

Link copied to clipboard
open override fun toString(): String