SaveInfo.SaveDataTypePaymentCard フィールド

定義

注意事項

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

がクレジット カードとデビット カードを除く支払カードを表す場合FillResponseに使用される種類。

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

フィールド値

Value = 64

実装

属性

注釈

がクレジット カードとデビット カードを除く支払カードを表す場合FillResponseに使用される種類。

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

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

適用対象