Supported AndroidMessageVivoCategory for Push and MassPush.

This commit is contained in:
sdk-team
2023-03-15 14:19:10 +00:00
parent 45ae211126
commit 7a240d684e
5 changed files with 43 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ public:
std::string androidPopupActivity;
std::string iOSRemindBody;
bool trim;
std::string androidMessageVivoCategory;
std::string androidNotifyType;
std::string androidPopupTitle;
std::string androidMessageHuaweiCategory;
@@ -61,6 +62,7 @@ public:
std::string androidXiaomiBigPictureUrl;
bool iOSRemind;
std::string iOSNotificationThreadId;
int androidHuaweiTargetUserType;
std::string androidMusic;
std::string iOSNotificationCollapseId;
std::string androidMessageHuaweiUrgency;
@@ -74,6 +76,7 @@ public:
std::string title;
std::string androidRenderStyle;
std::string iOSExtParameters;
std::string androidHuaweiReceiptId;
std::string androidNotificationHonorChannel;
std::string androidXiaomiImageUrl;
std::string androidPopupBody;

View File

@@ -50,6 +50,8 @@ public:
void setIOSRemindBody(const std::string &iOSRemindBody);
bool getTrim() const;
void setTrim(bool trim);
std::string getAndroidMessageVivoCategory() const;
void setAndroidMessageVivoCategory(const std::string &androidMessageVivoCategory);
std::string getAndroidNotifyType() const;
void setAndroidNotifyType(const std::string &androidNotifyType);
std::string getAndroidPopupTitle() const;
@@ -98,6 +100,8 @@ public:
void setIOSRemind(bool iOSRemind);
std::string getIOSNotificationThreadId() const;
void setIOSNotificationThreadId(const std::string &iOSNotificationThreadId);
int getAndroidHuaweiTargetUserType() const;
void setAndroidHuaweiTargetUserType(int androidHuaweiTargetUserType);
std::string getAndroidMusic() const;
void setAndroidMusic(const std::string &androidMusic);
std::string getIOSNotificationCollapseId() const;
@@ -128,6 +132,8 @@ public:
void setAndroidRenderStyle(int androidRenderStyle);
std::string getIOSExtParameters() const;
void setIOSExtParameters(const std::string &iOSExtParameters);
std::string getAndroidHuaweiReceiptId() const;
void setAndroidHuaweiReceiptId(const std::string &androidHuaweiReceiptId);
std::string getAndroidNotificationHonorChannel() const;
void setAndroidNotificationHonorChannel(const std::string &androidNotificationHonorChannel);
std::string getAndroidXiaomiImageUrl() const;
@@ -178,6 +184,7 @@ private:
std::string androidPopupActivity_;
std::string iOSRemindBody_;
bool trim_;
std::string androidMessageVivoCategory_;
std::string androidNotifyType_;
std::string androidPopupTitle_;
std::string androidMessageHuaweiCategory_;
@@ -202,6 +209,7 @@ private:
std::string androidXiaomiBigPictureUrl_;
bool iOSRemind_;
std::string iOSNotificationThreadId_;
int androidHuaweiTargetUserType_;
std::string androidMusic_;
std::string iOSNotificationCollapseId_;
std::string androidMessageHuaweiUrgency_;
@@ -217,6 +225,7 @@ private:
int smsDelaySecs_;
int androidRenderStyle_;
std::string iOSExtParameters_;
std::string androidHuaweiReceiptId_;
std::string androidNotificationHonorChannel_;
std::string androidXiaomiImageUrl_;
std::string smsTemplateName_;