Hide the "All new messages" and "Mentions Only" radio buttons on the Notifications screen

Hello, how can I hide the “All new messages” and “Mentions Only” radio buttons on the Notifications screen?

I have installed:

  • SendbirdChatSDK (4.0.14)
  • SendBirdUIKit (3.2.0)

I did it through custom SBUGroupChannelPushSettingsViewController and custom SBUGroupChannelPushSettingsModule.List in which hardcoded

override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
     return 1 
}