BSGEnabledBreadcrumbType
Objective-C
enum BSGEnabledBreadcrumbType : NSUInteger {}
Swift
struct BSGEnabledBreadcrumbType : OptionSet, @unchecked Sendable
Types of breadcrumbs which can be reported
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeNone = 0 -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeState = 1 << 1Swift
static var state: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeUser = 1 << 2Swift
static var user: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeLog = 1 << 3Swift
static var log: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeNavigation = 1 << 4Swift
static var navigation: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeRequest = 1 << 5Swift
static var request: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeProcess = 1 << 6Swift
static var process: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeError = 1 << 7Swift
static var error: BSGEnabledBreadcrumbType { get } -
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeAll = BSGEnabledBreadcrumbTypeState | BSGEnabledBreadcrumbTypeUser | BSGEnabledBreadcrumbTypeLog | BSGEnabledBreadcrumbTypeNavigation | BSGEnabledBreadcrumbTypeRequest | BSGEnabledBreadcrumbTypeProcess | BSGEnabledBreadcrumbTypeErrorSwift
static var all: BSGEnabledBreadcrumbType { get }
View on GitHub
Install in Dash
BSGEnabledBreadcrumbType Enumeration Reference