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)