Supported AndroidNotificationXiaomiChannel for Push and MassPush.

This commit is contained in:
sdk-team
2020-05-28 14:52:08 +08:00
parent 83df0154da
commit 03a2cd3731
6 changed files with 20 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ namespace AlibabaCloud
std::string expireTime;
std::string androidPopupBody;
std::string iOSNotificationCategory;
std::string androidNotificationXiaomiChannel;
bool storeOffline;
bool iOSSilentNotification;
std::string jobKey;

View File

@@ -67,6 +67,8 @@ namespace AlibabaCloud
void setExpireTime(const std::string& expireTime);
std::string getIOSNotificationCategory()const;
void setIOSNotificationCategory(const std::string& iOSNotificationCategory);
std::string getAndroidNotificationXiaomiChannel()const;
void setAndroidNotificationXiaomiChannel(const std::string& androidNotificationXiaomiChannel);
bool getStoreOffline()const;
void setStoreOffline(bool storeOffline);
std::string getSmsParams()const;
@@ -143,6 +145,7 @@ namespace AlibabaCloud
int androidNotificationBarPriority_;
std::string expireTime_;
std::string iOSNotificationCategory_;
std::string androidNotificationXiaomiChannel_;
bool storeOffline_;
std::string smsParams_;
std::string jobKey_;