Builder
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withBetaFeatures(@NonNull() Function1<BetaFeatures, Unit> function)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withCrashReportId(String crashReportId)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withEndType(BackgroundActivity.LifeEventType endType)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withErrorLogIds(@Nullable() List<String> errorLogIds)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withErrorLogsAttemptedToSend(Integer errorLogsAttemptedToSend)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withEventIds(@Nullable() List<String> eventIds)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withExceptionErrors(ExceptionError exceptionError)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withInfoLogIds(@Nullable() List<String> infoLogIds)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withInfoLogsAttemptedToSend(Integer infoLogsAttemptedToSend)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withLastHeartbeatTime(Long lastHeartbeatTime)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withNativeSymbols(@Nullable() Map<String, String> symbols)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withOrientations(@Nullable() List<Orientation> orientations)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withProperties(Map<String, String> properties)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withReceivedTermination(@Nullable() Boolean receivedTermination)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withSdkStartupDuration(@Nullable() Long sdkStartupDuration)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withStartingBatteryLevel(Optional<Float> startingBatteryLevel)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withStartType(BackgroundActivity.LifeEventType startType)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withStartupDuration(Long startupDuration)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withStartupStacktraces(@Nullable() List<StartupStacktrace> startupStacktraces)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withStartupThreshold(@Nullable() Long startupThreshold)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withTerminationTime(@Nullable() Long terminationTime)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withUnhandledExceptions(int unhandledExceptions)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withUserInfo(@Nullable() UserInfo userInfo)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withWarningLogIds(@Nullable() List<String> warningLogIds)
Content copied to clipboard
Link copied to clipboard
public BackgroundActivity.Builder withWarnLogsAttemptedToSend(Integer warnLogsAttemptedToSend)
Content copied to clipboard