SBSDKUICameraConfiguration
@interface SBSDKUICameraConfiguration : NSObject
Configuration for the camera of all RTU-UI components.
-
The camera to be used. Defaults to [SBSDKCameraDevice defaultBackFacingCamera].
Declaration
Objective-C
@property (nonatomic, strong, nullable) SBSDKCameraDevice *camera;
Swift
var camera: SBSDKCameraDevice? { get set }