This event only fires if you enable the EXTRA_ENABLE_LANGUAGE_DETECTION android intent option when calling start(). Also covers the additional settings:
EXTRA_ENABLE_LANGUAGE_SWITCH
EXTRA_LANGUAGE_DETECTION_ALLOWED_LANGUAGES
Only supported on Android 14+ right now, as the API for EXTRA_ENABLE_LANGUAGE_DETECTION was only added on API 34 (Android 14)
This PR adds a
languagedetection
event.This event only fires if you enable the
EXTRA_ENABLE_LANGUAGE_DETECTION
android intent option when callingstart()
. Also covers the additional settings:EXTRA_ENABLE_LANGUAGE_SWITCH
EXTRA_LANGUAGE_DETECTION_ALLOWED_LANGUAGES
Only supported on Android 14+ right now, as the API for
EXTRA_ENABLE_LANGUAGE_DETECTION
was only added on API 34 (Android 14)