CBLCameraConnectionWarning
Objective-C
@protocol CBLCameraConnectionWarning <NSObject>
Swift
protocol ConnectionWarning : NSObjectProtocol
A non-fatal connection warning.
-
The type of the warning.
Declaration
Objective-C
@property (nonatomic, readonly) CBLCameraConnectionWarningType type;
Swift
var type: ConnectionWarningType { get }
-
The category of the warning.
Declaration
Objective-C
@property (nonatomic, readonly) CBLCameraConnectionWarningCategory category;
Swift
var category: ConnectionWarningCategory { get }