SaveInfo.PositiveButtonStyleContinue フィールド

定義

注意事項

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_CONTINUE", 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 PositiveButtonStyleContinue = 1;
[<Android.Runtime.Register("POSITIVE_BUTTON_STYLE_CONTINUE", 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 PositiveButtonStyleContinue : Android.Service.Autofill.PositiveButtonStyle

フィールド値

Value = 1

実装

属性

注釈

保存操作の前に次のアクションを持つ UI の正のボタンのスタイル。 これは、入力されたコンテンツに機密性の高い個人を特定できる情報が含まれており、ユーザーの確認または検証が必要な場合に役立ちます。 この場合、ユーザーは正のボタンをタップすると、入力されたコンテンツを保存するために次に必要なアクションが完了することを通知します。

android.service.autofill.SaveInfo.POSITIVE_BUTTON_STYLE_CONTINUEJava ドキュメント。

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

適用対象