Package com.bugsnag.android.internal

Types

DateUtils
Link copied to clipboard
object DateUtils
ImmutableConfig
Link copied to clipboard
data class ImmutableConfig(apiKey: String, autoDetectErrors: Boolean, enabledErrorTypes: ErrorTypes, autoTrackSessions: Boolean, sendThreads: ThreadSendPolicy, discardClasses: Collection<String>, enabledReleaseStages: Collection<String>?, projectPackages: Collection<String>, enabledBreadcrumbTypes: Set<BreadcrumbType>?, releaseStage: String?, buildUuid: String?, appVersion: String?, versionCode: Int?, appType: String?, delivery: Delivery, endpoints: EndpointConfiguration, persistUser: Boolean, launchDurationMillis: Long, logger: Logger, maxBreadcrumbs: Int, maxPersistedEvents: Int, maxPersistedSessions: Int, persistenceDirectory: Lazy<File>, sendLaunchCrashesSynchronously: Boolean, packageInfo: PackageInfo?, appInfo: ApplicationInfo?, redactedKeys: Collection<String>)
StateObserver
Link copied to clipboard
interface StateObserver