You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example code provided on the 8 page, step number 4, the access of root property is missing. Should be instead:
// TODO: Set an on-click listener on the "Add to Google Wallet" button
addToGoogleWalletButton = layout.addToGoogleWalletButton.root
addToGoogleWalletButton.setOnClickListener {
walletClient.savePassesJwt(token, this, addToGoogleWalletRequestCode)
}
The text was updated successfully, but these errors were encountered:
In the example code provided on the 8 page, step number 4, the access of
root
property is missing. Should be instead:The text was updated successfully, but these errors were encountered: