Partner apps: Merchant, Issuer
The SamsungPay class provides the following API method to update the Samsung Pay app on the device:
void goToUpdatePage()
Bundle bundle = new Bundle(); bundle.putString(SamsungPay.PARTNER_SERVICE_TYPE, SamsungPay.ServiceType.INAPP_PAYMENT.toString()); PartnerInfo partnerInfo = new PartnerInfo(serviceId, bundle); SamsungPay samsungPay = new SamsungPay(context, partnerInfo); samsungPay.goToUpdatePage();