updatePushDisplayStyle method
~english
Updates the push message display style. The default value is DisplayStyle.Simple
.
Param displayStyle
The push message display style.
Throws A description of the issue that caused this exception. See EMError ~end
~chinese 更新推送通知的展示方式。
Param displayStyle
推送通知的展示方式。默认为 DisplayStyle.Simple
。
Throws 如果有异常会在此抛出,包括错误码和错误信息,详见 EMError。 ~end
Implementation
Future<void> updatePushDisplayStyle(DisplayStyle displayStyle) async {
return Client.instance.pushManager.updatePushDisplayStyle(displayStyle);
}