# activatePaymentInSlientMode

Call the **activatePaymentInSilentMode** API to activate the Host Card Emulation (HCE) payment function in silent mode.

# Method signature

```java
public void activatePaymentInSilentMode()
```

# Request parameter

/

# Response parameter

/

# Sample

```kotlin
ACTapManager manager = ACTapManager.getInstance(this.getApplication())
manager.activatePaymentInSilentMode()

```