GetWalletCardsResponse.SelectedIndex Property
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.
The selectedIndex represents the index of the card that should be presented in the
'selected' position when the cards are initially displayed in the quick access wallet.
public int SelectedIndex { [Android.Runtime.Register("getSelectedIndex", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getSelectedIndex", "()I", "", ApiSince=30)>]
member this.SelectedIndex : int
Property Value
- Attributes
Remarks
Java documentation for android.service.quickaccesswallet.GetWalletCardsResponse.getSelectedIndex().
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.