Class AnalyticsEvent.Error
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.analytics.AnalyticsEvent
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class AnalyticsEvent.Error implements AnalyticsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAnalyticsEvent.Error.Type
-
Constructor Summary
Constructors Constructor Description AnalyticsEvent.Error(String id, Long timestamp, Boolean shouldForceSend, String component, AnalyticsEvent.Error.Type errorType, String code, String target, String message)
-
Method Summary
Modifier and Type Method Description StringgetId()LonggetTimestamp()BooleangetShouldForceSend()StringgetComponent()final AnalyticsEvent.Error.TypegetErrorType()final StringgetCode()final StringgetTarget()final StringgetMessage()-
-
Method Detail
-
getTimestamp
Long getTimestamp()
-
getShouldForceSend
Boolean getShouldForceSend()
-
getComponent
String getComponent()
-
getErrorType
final AnalyticsEvent.Error.Type getErrorType()
-
getMessage
final String getMessage()
-
-
-
-