GetWalletCardsRequest.MaxCards Property

Definition

The maximum size of the GetWalletCardsResponse#getWalletCards().

public int MaxCards { [Android.Runtime.Register("getMaxCards", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getMaxCards", "()I", "", ApiSince=30)>]
member this.MaxCards : int

Property Value

Attributes

Remarks

The maximum size of the GetWalletCardsResponse#getWalletCards(). If the list of cards exceeds this number, not all cards may be displayed.

Java documentation for android.service.quickaccesswallet.GetWalletCardsRequest.getMaxCards().

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