GetWalletCardsError.MessageFormatted Property

Definition

A localized message that may be shown to the user in the event that the wallet cards cannot be retrieved.

public Java.Lang.ICharSequence? MessageFormatted { [Android.Runtime.Register("getMessage", "()Ljava/lang/CharSequence;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getMessage", "()Ljava/lang/CharSequence;", "", ApiSince=30)>]
member this.MessageFormatted : Java.Lang.ICharSequence

Property Value

Attributes

Remarks

A localized message that may be shown to the user in the event that the wallet cards cannot be retrieved. <b>Note: </b> this message should <b>not</b> contain PII (Personally Identifiable Information, such as username or email address).

Java documentation for android.service.quickaccesswallet.GetWalletCardsError.getMessage().

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