SaveInfo.PositiveButtonStyleSave Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 request the save operation.
[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
Field Value
Value = 0Implements
- Attributes
Remarks
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.
Java documentation 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.