charzhao

Results 4 comments of charzhao

Hi, team when we can implement this one, so i can use nuget without change the source code?

Do you have any update about this, I am very interesting in this. have you got this solution working without iframe?

> 一般级别的消息没有横幅、声音和状态栏显示,可以参考此[文档](https://developer.huawei.com/consumer/cn/doc/development/HMSCore-Guides/android-intelligent-classification-0000001050040120?ha_source=hms1)是服务端对推送消息智能分类的,跟demo没关系 根据文档,我需要设置消息为非常重要则可以: 1. 在状态栏显示 2. 锁屏通知 3. 响铃 4. 震动 我修改代码如下(Importance=NotificationImportance.HIGH),任然是静默的收到消息,没有任何响铃,震动和锁屏通知,状态栏显示。: public async Task SendAndroidMessage() { await AGConnectMessaging.DefaultInstance.SendAsync(new Message() { Android = new AndroidConfig() { FastAppTarget = FastAppTarget.Production, Category...

> `message.android.notification.importance`字段级别与智能分类计算出的级别共同决定,两者取低。智能分类的级别是根据应用类型和发送消息的内容来计算的,没有参数可以配置。 这样的话,是说我们的官方提供的测试页面为什么发出的消息可以有 横幅、声音和状态栏显示。 和发送源有关系吗?