RemoteInput.SourceChoice Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
This constant will be removed in the future version. Use Android.App.RemoteInputSource enum directly instead of this field.
Пользователь выбрал один из вариантов #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
Значение поля
Value = 1Реализации
- Атрибуты
Комментарии
Пользователь выбрал один из вариантов #getChoices.
Java документации по android.app.RemoteInput.SOURCE_CHOICE.
Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".