Share via


RemoteInput.SourceFreeFormInput Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.App.RemoteInputSource enum directly instead of this field.

El usuario escribió manualmente los datos.

[Android.Runtime.Register("SOURCE_FREE_FORM_INPUT", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.RemoteInputSource enum directly instead of this field.", true)]
public const Android.App.RemoteInputSource SourceFreeFormInput = 0;
[<Android.Runtime.Register("SOURCE_FREE_FORM_INPUT", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.RemoteInputSource enum directly instead of this field.", true)>]
val mutable SourceFreeFormInput : Android.App.RemoteInputSource

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

El usuario escribió manualmente los datos.

Documentación de Java para android.app.RemoteInput.SOURCE_FREE_FORM_INPUT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a