Info

data class Info constructor(val id: String = UUID.randomUUID().toString(), val timestamp: Long = Date().time, val shouldForceSend: Boolean = false, val component: String, val type: AnalyticsEvent.Info.Type? = null, val target: String? = null, val isStoredPaymentMethod: Boolean? = null, val brand: String? = null, val issuer: String? = null, val validationErrorCode: String? = null, val validationErrorMessage: String? = null, val configData: Map<String, String>? = null) : AnalyticsEvent

Constructors

Link copied to clipboard
constructor(id: String = UUID.randomUUID().toString(), timestamp: Long = Date().time, shouldForceSend: Boolean = false, component: String, type: AnalyticsEvent.Info.Type? = null, target: String? = null, isStoredPaymentMethod: Boolean? = null, brand: String? = null, issuer: String? = null, validationErrorCode: String? = null, validationErrorMessage: String? = null, configData: Map<String, String>? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val brand: String? = null
Link copied to clipboard
open override val component: String
Link copied to clipboard
val configData: Map<String, String>? = null
Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
val issuer: String? = null
Link copied to clipboard
open override val shouldForceSend: Boolean = false
Link copied to clipboard
val target: String? = null
Link copied to clipboard
open override val timestamp: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard