Partager via


IDNA.CheckBidi Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Text.IDNAOptions enum directly instead of this field.

IDNA option to check for whether the input conforms to the BiDi rules.

[Android.Runtime.Register("CHECK_BIDI", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.IDNAOptions enum directly instead of this field.", true)]
public const Android.Icu.Text.IDNAOptions CheckBidi = 4;
[<Android.Runtime.Register("CHECK_BIDI", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.IDNAOptions enum directly instead of this field.", true)>]
val mutable CheckBidi : Android.Icu.Text.IDNAOptions

Field Value

Value = 4
Attributes

Remarks

IDNA option to check for whether the input conforms to the BiDi rules. For use in static worker and factory methods.

This option is ignored by the IDNA2003 implementation. (IDNA2003 always performs a BiDi check.)

Java documentation for android.icu.text.IDNA.CHECK_BIDI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to