|
|
@@ -85,6 +85,8 @@ namespace AlibabaCloud
|
|
|
void setAndroidXiaoMiNotifyBody(const std::string& androidXiaoMiNotifyBody);
|
|
|
std::string getIOSSubtitle()const;
|
|
|
void setIOSSubtitle(const std::string& iOSSubtitle);
|
|
|
+ std::string getAndroidXiaomiBigPictureUrl()const;
|
|
|
+ void setAndroidXiaomiBigPictureUrl(const std::string& androidXiaomiBigPictureUrl);
|
|
|
bool getIOSRemind()const;
|
|
|
void setIOSRemind(bool iOSRemind);
|
|
|
std::string getAndroidMusic()const;
|
|
|
@@ -97,6 +99,8 @@ namespace AlibabaCloud
|
|
|
void setAndroidExtParameters(const std::string& androidExtParameters);
|
|
|
int getIOSBadge()const;
|
|
|
void setIOSBadge(int iOSBadge);
|
|
|
+ std::string getAndroidBigBody()const;
|
|
|
+ void setAndroidBigBody(const std::string& androidBigBody);
|
|
|
bool getIOSBadgeAutoIncrement()const;
|
|
|
void setIOSBadgeAutoIncrement(bool iOSBadgeAutoIncrement);
|
|
|
std::string getAndroidOpenType()const;
|
|
|
@@ -107,6 +111,8 @@ namespace AlibabaCloud
|
|
|
void setAccessKeyId(const std::string& accessKeyId);
|
|
|
int getSmsDelaySecs()const;
|
|
|
void setSmsDelaySecs(int smsDelaySecs);
|
|
|
+ int getAndroidRenderStyle()const;
|
|
|
+ void setAndroidRenderStyle(int androidRenderStyle);
|
|
|
std::string getIOSExtParameters()const;
|
|
|
void setIOSExtParameters(const std::string& iOSExtParameters);
|
|
|
std::string getSmsTemplateName()const;
|
|
|
@@ -117,6 +123,8 @@ namespace AlibabaCloud
|
|
|
void setIOSSilentNotification(bool iOSSilentNotification);
|
|
|
std::string getTarget()const;
|
|
|
void setTarget(const std::string& target);
|
|
|
+ std::string getAndroidBigTitle()const;
|
|
|
+ void setAndroidBigTitle(const std::string& androidBigTitle);
|
|
|
std::string getAndroidNotificationChannel()const;
|
|
|
void setAndroidNotificationChannel(const std::string& androidNotificationChannel);
|
|
|
bool getAndroidRemind()const;
|
|
|
@@ -162,22 +170,26 @@ namespace AlibabaCloud
|
|
|
std::string androidOpenUrl_;
|
|
|
std::string androidXiaoMiNotifyBody_;
|
|
|
std::string iOSSubtitle_;
|
|
|
+ std::string androidXiaomiBigPictureUrl_;
|
|
|
bool iOSRemind_;
|
|
|
std::string androidMusic_;
|
|
|
std::string iOSNotificationCollapseId_;
|
|
|
std::string pushType_;
|
|
|
std::string androidExtParameters_;
|
|
|
int iOSBadge_;
|
|
|
+ std::string androidBigBody_;
|
|
|
bool iOSBadgeAutoIncrement_;
|
|
|
std::string androidOpenType_;
|
|
|
std::string title_;
|
|
|
std::string accessKeyId_;
|
|
|
int smsDelaySecs_;
|
|
|
+ int androidRenderStyle_;
|
|
|
std::string iOSExtParameters_;
|
|
|
std::string smsTemplateName_;
|
|
|
std::string androidPopupBody_;
|
|
|
bool iOSSilentNotification_;
|
|
|
std::string target_;
|
|
|
+ std::string androidBigTitle_;
|
|
|
std::string androidNotificationChannel_;
|
|
|
bool androidRemind_;
|
|
|
std::string androidActivity_;
|