Supported AndroidNotificationHuaweiChannel for Push and MassPush.

This commit is contained in:
sdk-team
2020-09-02 10:33:02 +08:00
parent 20e471c41f
commit 60ea8efd1a
6 changed files with 20 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ namespace AlibabaCloud
std::string deviceType;
std::string pushTime;
int sendSpeed;
std::string androidNotificationHuaweiChannel;
std::string androidPopupActivity;
std::string iOSRemindBody;
std::string iOSExtParameters;

View File

@@ -47,6 +47,8 @@ namespace AlibabaCloud
void setPushTime(const std::string& pushTime);
int getSendSpeed()const;
void setSendSpeed(int sendSpeed);
std::string getAndroidNotificationHuaweiChannel()const;
void setAndroidNotificationHuaweiChannel(const std::string& androidNotificationHuaweiChannel);
std::string getAndroidPopupActivity()const;
void setAndroidPopupActivity(const std::string& androidPopupActivity);
std::string getIOSRemindBody()const;
@@ -137,6 +139,7 @@ namespace AlibabaCloud
std::string deviceType_;
std::string pushTime_;
int sendSpeed_;
std::string androidNotificationHuaweiChannel_;
std::string androidPopupActivity_;
std::string iOSRemindBody_;
std::string androidNotifyType_;