Language

PositiveButtonStyle Enum

Definition

public enum PositiveButtonStyle
type PositiveButtonStyle = 
Inheritance
PositiveButtonStyle

Fields

Name Value Description
Save 0

Style for the positive button of save UI to request the save operation. In this case, the user tapping the positive button signals that they agrees to save the filled content.

Android reference for android.service.autofill.SaveInfo.POSITIVE_BUTTON_STYLE_SAVE.

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.

Continue 1

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.

Android reference 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