Package com.yandex.metrica
Class ReporterConfig
java.lang.Object
com.yandex.metrica.ReporterConfig
public class ReporterConfig
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReporterConfig.Builder -
Field Summary
Fields Modifier and Type Field Description java.lang.StringapiKeyjava.lang.BooleanlogsIndicates whether logging for appropriateIReporterenabledjava.lang.IntegermaxReportsInDatabaseCountjava.lang.IntegersessionTimeoutjava.lang.BooleanstatisticsSendingjava.lang.StringuserProfileIDThe ID of the user profile. -
Method Summary
Modifier and Type Method Description static ReporterConfig.BuildercreateBuilderFromConfig(ReporterConfig config)static ReporterConfig.BuildernewConfigBuilder(java.lang.String apiKey)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
apiKey
@NonNull public final java.lang.String apiKey -
sessionTimeout
@Nullable public final java.lang.Integer sessionTimeout -
statisticsSending
@Nullable public final java.lang.Boolean statisticsSending -
maxReportsInDatabaseCount
@Nullable public final java.lang.Integer maxReportsInDatabaseCount -
userProfileID
@Nullable public final java.lang.String userProfileIDThe ID of the user profile. NOTE: The string value can contain up to 200 characters. -
logs
@Nullable public final java.lang.Boolean logsIndicates whether logging for appropriate
IReporterenabledtrueif enabled,falseif not- See Also:
YandexMetricaConfig.Builder.withLogs()
-
-
Method Details
-
createBuilderFromConfig
-
newConfigBuilder
-