aws-amplify / amplify-android

The fastest and easiest way to use AWS from your Android app.
https://docs.amplify.aws/lib/q/platform/android/
Apache License 2.0
249 stars 117 forks source link

feat(predictions): Add more backend-retrieved attributes to FaceTargetMatchingParams #2883

Closed vincetran closed 2 months ago

vincetran commented 3 months ago

Issue #, if available: N/A

Description of changes: This adds some more attributes that we get from the backend to the data class that we send to the UI component. This will allow the Liveness UI component to not use hard coded values and use the values retrieved from backend.

How did you test these changes? Unit tests passed and verified the changes works on both the no light build and is backwards compatible without the no light changes.

Documentation update required?

General Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.