GetWalletCardsRequest(Int32, Int32, Int32, Int32) Constructor

Definition

Creates a new GetWalletCardsRequest.

[Android.Runtime.Register(".ctor", "(IIII)V", "", ApiSince=30)]
public GetWalletCardsRequest (int cardWidthPx, int cardHeightPx, int iconSizePx, int maxCards);
[<Android.Runtime.Register(".ctor", "(IIII)V", "", ApiSince=30)>]
new Android.Service.QuickAccessWallet.GetWalletCardsRequest : int * int * int * int -> Android.Service.QuickAccessWallet.GetWalletCardsRequest

Parameters

cardWidthPx
Int32

The width of the card image in pixels.

cardHeightPx
Int32

The height of the card image in pixels.

iconSizePx
Int32

The width and height of the optional card icon in pixels.

maxCards
Int32

The maximum number of cards that may be provided in the response.

Attributes

Remarks

Creates a new GetWalletCardsRequest.

Java documentation for android.service.quickaccesswallet.GetWalletCardsRequest.GetWalletCardsRequest(int, int, int, int).

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