SaveInfo.PositiveButtonStyleSave フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Service.Autofill.PositiveButtonStyle enum directly instead of this field.

保存操作を要求する保存 UI の正のボタンのスタイル。

[Android.Runtime.Register("POSITIVE_BUTTON_STYLE_SAVE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.PositiveButtonStyle enum directly instead of this field.", true)]
public const Android.Service.Autofill.PositiveButtonStyle PositiveButtonStyleSave = 0;
[<Android.Runtime.Register("POSITIVE_BUTTON_STYLE_SAVE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Autofill.PositiveButtonStyle enum directly instead of this field.", true)>]
val mutable PositiveButtonStyleSave : Android.Service.Autofill.PositiveButtonStyle

フィールド値

Value = 0

実装

属性

注釈

保存操作を要求する保存 UI の正のボタンのスタイル。 この場合、ユーザーが正のボタンをタップすると、入力されたコンテンツを保存することに同意することが通知されます。

の Java ドキュメント android.service.autofill.SaveInfo.POSITIVE_BUTTON_STYLE_SAVE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象