addCardDigitalWalletSamsungByIntent

abstract fun addCardDigitalWalletSamsungByIntent(parentActivity: Activity, sessionToken: String, walletUuid: String, cardUuid: String, cardBrand: CardBrandModel, samsungServiceId: String): Intent

Add card to digital wallet samsung through Activity. Set callback AddCardDigitalWalletSdkCallback in CardsSdk.setEventListener.

Return

Intent

Parameters

parentActivity

Parent activity

sessionToken

Session token

walletUuid

Wallet unique identifier

cardUuid

Card unique identifier

cardBrand

card brand of the card

samsungServiceId

Service Id assigned by the Samsung Pay Developers portal

See also