public static final class AnalyticsCrashReport.Builder
- Object
- AnalyticsCrashReport.Builder
Mutable builder for
AnalyticsCrashReport.Methods
public AnalyticsCrashReport.Builder customKey(String key, String value) | Attaches a custom key/value pair to the report. |
public AnalyticsCrashReport build() | Builds the immutable report. |
Inherited methods
Method details
customKey
public AnalyticsCrashReport.Builder customKey(String key, String value)Attaches a custom key/value pair to the report.
Parameters
keyString- the key
valueString- the value
Returns
this builder
build
public AnalyticsCrashReport build()Builds the immutable report.
Returns
a new
AnalyticsCrashReport