- targetSdkVersion
- The API version number that the compatible application was developed against.
Ensure that the data in this EditorInfo is compatible with an application that was developed against the given target API version. This can impact the following input types: Android.Text.IInputType.TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS, Android.Text.IInputType.TYPE_TEXT_VARIATION_WEB_PASSWORD, Android.Text.IInputType.TYPE_NUMBER_VARIATION_NORMAL, Android.Text.IInputType.TYPE_NUMBER_VARIATION_PASSWORD.
This is called by the framework for input method implementations; you should not generally need to call it yourself.