setNotificationLevel

设置当前子频道的默认通知级别。

Notification level settings

subChannel.setNotificationLevel(NotificationLevel.MENTION) { error ->
if (error == null) {
}
}
}

Parameters

level

通知级别

========================================