WalletCard.Builder.SetCardLabel Method
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.
Overloads
SetCardLabel(ICharSequence) | |
SetCardLabel(String) |
SetCardLabel(ICharSequence)
[Android.Runtime.Register("setCardLabel", "(Ljava/lang/CharSequence;)Landroid/service/quickaccesswallet/WalletCard$Builder;", "", ApiSince=30)]
public Android.Service.QuickAccessWallet.WalletCard.Builder SetCardLabel (Java.Lang.ICharSequence? cardLabel);
[<Android.Runtime.Register("setCardLabel", "(Ljava/lang/CharSequence;)Landroid/service/quickaccesswallet/WalletCard$Builder;", "", ApiSince=30)>]
member this.SetCardLabel : Java.Lang.ICharSequence -> Android.Service.QuickAccessWallet.WalletCard.Builder
Parameters
- cardLabel
- ICharSequence
Returns
- Attributes
Applies to
SetCardLabel(String)
public Android.Service.QuickAccessWallet.WalletCard.Builder SetCardLabel (string? cardLabel);
member this.SetCardLabel : string -> Android.Service.QuickAccessWallet.WalletCard.Builder
Parameters
- cardLabel
- String