Builder

public final class Builder

Functions

Link copied to clipboard
public BackgroundActivity build()
Link copied to clipboard
public BackgroundActivity.Builder disableBetaFeatures()
Link copied to clipboard
public Map<String, String> getProperties()
Link copied to clipboard
public BackgroundActivity.Builder withAppState(String appState)
Link copied to clipboard
public BackgroundActivity.Builder withBetaFeatures(@NonNull() Function1<BetaFeatures, Unit> function)
Link copied to clipboard
public BackgroundActivity.Builder withColdStart(boolean coldStart)
Link copied to clipboard
public BackgroundActivity.Builder withCrashReportId(String crashReportId)
Link copied to clipboard
public BackgroundActivity.Builder withEndedCleanly(boolean endedCleanly)
Link copied to clipboard
public BackgroundActivity.Builder withEndTime(Long endTime)
Link copied to clipboard
public BackgroundActivity.Builder withEndType(BackgroundActivity.LifeEventType endType)
Link copied to clipboard
public BackgroundActivity.Builder withErrorLogIds(@Nullable() List<String> errorLogIds)
Link copied to clipboard
public BackgroundActivity.Builder withErrorLogsAttemptedToSend(Integer errorLogsAttemptedToSend)
Link copied to clipboard
public BackgroundActivity.Builder withEventIds(@Nullable() List<String> eventIds)
Link copied to clipboard
public BackgroundActivity.Builder withExceptionErrors(ExceptionError exceptionError)
Link copied to clipboard
public BackgroundActivity.Builder withInfoLogIds(@Nullable() List<String> infoLogIds)
Link copied to clipboard
public BackgroundActivity.Builder withInfoLogsAttemptedToSend(Integer infoLogsAttemptedToSend)
Link copied to clipboard
public BackgroundActivity.Builder withLastHeartbeatTime(Long lastHeartbeatTime)
Link copied to clipboard
public BackgroundActivity.Builder withLastState(String lastState)
Link copied to clipboard
public BackgroundActivity.Builder withMessageType(String messageType)
Link copied to clipboard
public BackgroundActivity.Builder withNativeSymbols(@Nullable() Map<String, String> symbols)
Link copied to clipboard
public BackgroundActivity.Builder withNumber(Integer number)
Link copied to clipboard
public BackgroundActivity.Builder withOrientations(@Nullable() List<Orientation> orientations)
Link copied to clipboard
public BackgroundActivity.Builder withProperties(Map<String, String> properties)
Link copied to clipboard
public BackgroundActivity.Builder withReceivedTermination(@Nullable() Boolean receivedTermination)
Link copied to clipboard
public BackgroundActivity.Builder withSdkStartupDuration(@Nullable() Long sdkStartupDuration)
Link copied to clipboard
public BackgroundActivity.Builder withSessionId(String sessionId)
Link copied to clipboard
public BackgroundActivity.Builder withStartingBatteryLevel(Optional<Float> startingBatteryLevel)
Link copied to clipboard
public BackgroundActivity.Builder withStartTime(Long startTime)
Link copied to clipboard
public BackgroundActivity.Builder withStartType(BackgroundActivity.LifeEventType startType)
Link copied to clipboard
public BackgroundActivity.Builder withStartupDuration(Long startupDuration)
Link copied to clipboard
public BackgroundActivity.Builder withStartupStacktraces(@Nullable() List<StartupStacktrace> startupStacktraces)
Link copied to clipboard
public BackgroundActivity.Builder withStartupThreshold(@Nullable() Long startupThreshold)
Link copied to clipboard
public BackgroundActivity.Builder withTerminationTime(@Nullable() Long terminationTime)
Link copied to clipboard
public BackgroundActivity.Builder withUnhandledExceptions(int unhandledExceptions)
Link copied to clipboard
public BackgroundActivity.Builder withUserInfo(@Nullable() UserInfo userInfo)
Link copied to clipboard
public BackgroundActivity.Builder withWarningLogIds(@Nullable() List<String> warningLogIds)
Link copied to clipboard
public BackgroundActivity.Builder withWarnLogsAttemptedToSend(Integer warnLogsAttemptedToSend)

Properties

Link copied to clipboard
public Map<String, String> properties