public static final class AnalyticsCrashReport.Builder

  1. Object
  2. 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

key String
the key
value String
the value

Returns

this builder

build

public AnalyticsCrashReport build()
Builds the immutable report.