activatePaymentInSilentMode
Call the activatePaymentInSilentMode API to activate the Host Card Emulation (HCE) payment function in silent mode.
Method signature
copy
public void activatePaymentInSilentMode()Request parameter
/
Response parameter
/
Sample
copy
ACTapManager manager = ACTapManager.getInstance(this.getApplication())
manager.activatePaymentInSilentMode()