public static CaptureView.ExtendedSettings
Extended user interface components settings. Intended for advanced users: most common scenarios will work with the default settings.
@MainThread void setAdditionalPermissions(@NotNull java.lang.String[] permissions)
Sets if any permissions to be granted for the scenario performance in addition to the camera usage permission, i.e. remote storage, Bluetooth or geolocation permissions.
permissions
- This parameter defines the requested permissions.@MainThread void setRequestPermissionsResultCallback(@NotNull android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback callback)
Sets the callback object for receiving the results for additional permission requests.
callback
- An ActivityCompat.OnRequestPermissionsResultCallback object which receives the results foradditional permission requests.