HMS-Core / hms-push-serverdemo-java

Java sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage.
https://developer.huawei.com/consumer/cn/doc/development/HMS-Guides/push-introduction
Apache License 2.0
46 stars 36 forks source link

AndroidNotification.check(Notification)中提示信息需要更新 #18

Closed superinkfish closed 1 year ago

superinkfish commented 3 years ago

根据文档:https://developer.huawei.com/consumer/cn/doc/development/HMSCore-References/https-send-api-0000001050986197#ZH-CN_TOPIC_0000001134031085__p1732019820230,style的取值为0、1、3。 AndroidNotification.check(Notification)中有一段提示信息“style should be one of 0:default, 1: big text, 2: big picture”,这里推测2.big picture应该是已经下线或隐藏,那么提示信息建议改为:"style should be one of 0:default, 1: big text, 1: inbox"

Mike-mei commented 3 years ago

这个问题新版本中已经解决,参考 5635d3e