GetWalletCardsRequest(Int32, Int32, Int32, Int32) Constructor
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.
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.
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.