Android.Views.InputMethods.EditorInfo.MakeCompatible Method
Ensure that the data in this EditorInfo is compatible with an application that was developed against the given target API version.

Syntax

[Android.Runtime.Register("makeCompatible", "(I)V", "")]
public void MakeCompatible ([Android.Runtime.GeneratedEnum] Android.OS.BuildVersionCodes targetSdkVersion)

Parameters

targetSdkVersion
The API version number that the compatible application was developed against.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11