Class AnalyticsCrashReport.Builder
java.lang.Object
com.codename1.analytics.AnalyticsCrashReport.Builder
- Enclosing class:
AnalyticsCrashReport
Mutable builder for
AnalyticsCrashReport.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the immutable report.Attaches a custom key/value pair to the report.
-
Method Details
-
customKey
Attaches a custom key/value pair to the report.
Parameters
-
key: the key -
value: the value
Returns
this builder
-
-
build
-