CardEmulation.DescriptionForPreferredPaymentServiceFormatted Property

Definition

Returns a user-visible description of the preferred payment service.

public Java.Lang.ICharSequence? DescriptionForPreferredPaymentServiceFormatted { [Android.Runtime.Register("getDescriptionForPreferredPaymentService", "()Ljava/lang/CharSequence;", "", ApiSince=30)] [Android.Runtime.RequiresPermission("android.permission.NFC_PREFERRED_PAYMENT_INFO")] get; }
[<get: Android.Runtime.Register("getDescriptionForPreferredPaymentService", "()Ljava/lang/CharSequence;", "", ApiSince=30)>]
[<get: Android.Runtime.RequiresPermission("android.permission.NFC_PREFERRED_PAYMENT_INFO")>]
member this.DescriptionForPreferredPaymentServiceFormatted : Java.Lang.ICharSequence

Property Value

the preferred payment service description

Attributes

Remarks

Returns a user-visible description of the preferred payment service.

Java documentation for android.nfc.cardemulation.CardEmulation.getDescriptionForPreferredPaymentService().

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