SBSDKUIEnableCameraTextConfiguration
@interface SBSDKUIEnableCameraTextConfiguration : NSObject
Configuration for the textual contents of camera based view controllers.
-
String being displayed on the label describing the camera access requirement.
Declaration
Objective-C
@property (nonatomic, strong, nonnull) NSString *enableCameraExplanationText;
Swift
var enableCameraExplanationText: String { get set }
-
String being displayed on the button to request camera access.
Declaration
Objective-C
@property (nonatomic, strong, nonnull) NSString *enableCameraButtonTitle;
Swift
var enableCameraButtonTitle: String { get set }