To update the application pass the parameters mentioned in the request parameter table as inputs.
Method: POST
Request parameters
Parmeter | Description |
---|---|
handler
|
|
Current activity |
|
DeviceType |
|
Sample request
if (paymentType.equalsIgnoreCase(APP_UPDATE)) {
initialization = new PaymentInitialization(PaymentTransactionActivity.this);
initialization.appUpdate(handler, this, DeviceType.N910);
}
Warning
Once the app is updated It will re-direct to the Intent of MTMS application.