On This Page
Integrating the Samsung Pay SDK
- Add thesamsungpay.jarandsdk-v1.0.0.jarfiles to thelibsfolder of your Android project.
- Chooseand enter the dependencies shown below.
ADDITIONAL INFORMATION
dependencies { compile files('libs/samsungpay.jar') compile files(libs/sdk-v1.0.0.jar') } - Import the package.
ADDITIONAL INFORMATION
import com.samsung.android.sdk.samsungpay;