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 << 1
Swift
static var state: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeUser = 1 << 2
Swift
static var user: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeLog = 1 << 3
Swift
static var log: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeNavigation = 1 << 4
Swift
static var navigation: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeRequest = 1 << 5
Swift
static var request: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeProcess = 1 << 6
Swift
static var process: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeError = 1 << 7
Swift
static var error: BSGEnabledBreadcrumbType { get }
-
Undocumented
Declaration
Objective-C
BSGEnabledBreadcrumbTypeAll = BSGEnabledBreadcrumbTypeState | BSGEnabledBreadcrumbTypeUser | BSGEnabledBreadcrumbTypeLog | BSGEnabledBreadcrumbTypeNavigation | BSGEnabledBreadcrumbTypeRequest | BSGEnabledBreadcrumbTypeProcess | BSGEnabledBreadcrumbTypeError
Swift
static var all: BSGEnabledBreadcrumbType { get }