Skip to content

API changes made in LUNA ID for Android v.1.9.4 in comparison to v.1.8.4#

This topic lists API changes that were made in LUNA ID for Android v.1.9.4 in comparison to v.1.8.4.

The changes apply to strategies of initializing border distances to specify a face recognition area. You can now do this with the following strategies:

  • InitBorderDistancesStrategy.Default() - Specifies a strategy when border distances are not initialized.
  • InitBorderDistancesStrategy.WithCustomView() - Specifies a strategy when border distances are initialized with an Android custom view.

For details, see Face recognition area.