# Set Channel ID

You can pass a string to this method to set the push notifications as part of a specific channel.

{% tabs fullWidth="true" %}
{% tab title="And - Java" %}

```java
Replies.setPushNotificationChannelId(String pushNotificationChannelId);
```

{% endtab %}

{% tab title="And - Kotlin" %}

```kotlin
Replies.setPushNotificationChannelId(String pushNotificationChannelId)
```

{% endtab %}
{% endtabs %}
