TranslationSpec.DataFormatText Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.Translation.TranslationDataFormat enum directly instead of this field.

Data format for translation is text.

[Android.Runtime.Register("DATA_FORMAT_TEXT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Translation.TranslationDataFormat enum directly instead of this field.", true)]
public const Android.Views.Translation.TranslationDataFormat DataFormatText = 1;
[<Android.Runtime.Register("DATA_FORMAT_TEXT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Translation.TranslationDataFormat enum directly instead of this field.", true)>]
val mutable DataFormatText : Android.Views.Translation.TranslationDataFormat

Field Value

Value = 1

Implements

Attributes

Remarks

Data format for translation is text.

Java documentation for android.view.translation.TranslationSpec.DATA_FORMAT_TEXT.

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