Class ReporterConfig

java.lang.Object
com.yandex.metrica.ReporterConfig

public class ReporterConfig
extends java.lang.Object
  • 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 userProfileID
      The ID of the user profile. NOTE: The string value can contain up to 200 characters.
      See Also:
      YandexMetricaConfig.Builder.withUserProfileID(String)
    • logs

      @Nullable public final java.lang.Boolean logs

      Indicates whether logging for appropriate IReporter enabled

      true if enabled, false if not

      See Also:
      YandexMetricaConfig.Builder.withLogs()
  • Method Details