Share via


SaveInfo.PositiveButtonStyleContinue Field

Definition

Caution

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

Style for the positive button of save UI to have next action before the save operation.

[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

Field Value

Value = 1

Implements

Attributes

Remarks

Style for the positive button of save UI to have next action before the save operation. This could be useful if the filled content contains sensitive personally identifiable information and then requires user confirmation or verification. In this case, the user tapping the positive button signals that they would complete the next required action to save the filled content.

Java documentation for android.service.autofill.SaveInfo.POSITIVE_BUTTON_STYLE_CONTINUE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to