RemoteInput.SourceChoice 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 seleccionó una de las opciones de #getChoices.

[Android.Runtime.Register("SOURCE_CHOICE", 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 SourceChoice = 1;
[<Android.Runtime.Register("SOURCE_CHOICE", 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 SourceChoice : Android.App.RemoteInputSource

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

El usuario seleccionó una de las opciones de #getChoices.

Java documentación para android.app.RemoteInput.SOURCE_CHOICE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a