disableTitle property

bool disableTitle
getter/setter pair

ZH

是否屏蔽通知标题

  • true: 不显示通知标题
  • false: 显示通知标题

默认情况下融云单聊消息通知标题为用户名、群聊消息为群名称,设置后不会再显示通知标题。 此属性只针目标用户为 iOS 平台时有效,Android 第三方推送平台的通知标题为必填项,所以暂不支持。

EN

Whether to hide the notification title

  • true: Hide title
  • false: Show title

By default, single chat shows sender name; group chat shows group name Only applies to iOS. Android vendor push requires a title, so not supported

Implementation

bool disableTitle;