Camera¶
Configuration for camera functionality, allowing users to take new photos directly within the SDK.
ImagePickerCameraFeature {
icons {
camera24: Icon // (1)!
}
strings {
cameraButtonTakePhoto: String // (2)!
cameraPermissionTitle: String // (3)!
cameraPermissionDescription: String // (4)!
cameraPermissionButtonOpenSettings: String // (5)!
}
}
- Icon displayed for the camera button in the bottom sheet list.
- Label text for the button used to take a photo.
- Title text displayed in the alert when camera permissions are denied.
- Description text shown in the alert when camera permissions are denied.
- Label text for the button that opens app settings to change camera permissions.
{"Icon": "/sdk/developer/definitions/#icon", "String": "/sdk/developer/definitions/#string"}