public class ReporterConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReporterConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
apiKey |
java.lang.Boolean |
logs
Indicates whether logging for appropriate
IReporter enabled |
java.lang.Integer |
maxReportsInDatabaseCount |
java.lang.Integer |
sessionTimeout |
java.lang.Boolean |
statisticsSending |
java.lang.String |
userProfileID
The ID of the user profile.
|
| Modifier and Type | Method and Description |
|---|---|
static ReporterConfig.Builder |
createBuilderFromConfig(ReporterConfig config) |
static ReporterConfig.Builder |
newConfigBuilder(java.lang.String apiKey) |
@NonNull public final java.lang.String apiKey
@Nullable public final java.lang.Integer sessionTimeout
@Nullable public final java.lang.Boolean statisticsSending
@Nullable public final java.lang.Integer maxReportsInDatabaseCount
@Nullable public final java.lang.String userProfileID
@Nullable public final java.lang.Boolean logs
Indicates whether logging for appropriate IReporter enabled
true if enabled, false if not
YandexMetricaConfig.Builder.withLogs()public static ReporterConfig.Builder createBuilderFromConfig(@NonNull ReporterConfig config)
@NonNull public static ReporterConfig.Builder newConfigBuilder(@NonNull java.lang.String apiKey)