TextClassifier.TypePhone Field

Definition

Caution

Use 'Android.Views.TextClassifiers.ITextClassifier.TypePhone'. This class will be removed in a future release.

Phone number (e.

[Android.Runtime.Register("TYPE_PHONE", ApiSince=26)]
[System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.TypePhone'. This class will be removed in a future release.")]
public const string TypePhone;
[<Android.Runtime.Register("TYPE_PHONE", ApiSince=26)>]
[<System.Obsolete("Use 'Android.Views.TextClassifiers.ITextClassifier.TypePhone'. This class will be removed in a future release.")>]
val mutable TypePhone : string

Field Value

Attributes

Remarks

Phone number (e.g. "555-123 456").

Java documentation for android.view.textclassifier.TextClassifier.TYPE_PHONE.

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