@@ -4098,17 +4098,17 @@ class MegaUserAlertList
4098
4098
virtual void clear();
4099
4099
};
4100
4100
4101
-
4102
4101
/**
4103
- * @brief Represents a set of files uploaded or updated in MEGA.
4104
- * These are used to display the recent changes to an account.
4105
- *
4106
- * Objects of this class aren't live, they are snapshots of the state
4107
- * in MEGA when the object is created, they are immutable.
4108
- *
4109
- * MegaRecentActionBuckets can be retrieved with MegaApi::getRecentActions
4110
- *
4111
- */
4102
+ * @brief Represents a set of files uploaded or updated in MEGA.
4103
+ * These are used to display the recent changes to an account.
4104
+ *
4105
+ * Objects of this class aren't live, they are snapshots of the state
4106
+ * in MEGA when the object is created, they are immutable.
4107
+ *
4108
+ * MegaRecentActionBuckets can be retrieved with MegaApi::getRecentActions
4109
+ * and MegaApi::getRecentActionsAsync.
4110
+ *
4111
+ */
4112
4112
class MegaRecentActionBucket
4113
4113
{
4114
4114
public:
@@ -4178,17 +4178,19 @@ class MegaRecentActionBucket
4178
4178
};
4179
4179
4180
4180
/**
4181
- * @brief List of MegaRecentActionBucket objects
4182
- *
4183
- * A MegaRecentActionBucketList has the ownership of the MegaRecentActionBucket objects that it contains, so they will be
4184
- * only valid until the MegaRecentActionBucketList is deleted. If you want to retain a MegaRecentActionBucket returned by
4185
- * a MegaRecentActionBucketList, use MegaRecentActionBucket::copy.
4186
- *
4187
- * Objects of this class are immutable.
4188
- *
4189
- * @see MegaApi::getRecentActions
4190
- *
4191
- */
4181
+ * @brief List of MegaRecentActionBucket objects
4182
+ *
4183
+ * A MegaRecentActionBucketList has the ownership of the MegaRecentActionBucket objects that it
4184
+ * contains, so they will be only valid until the MegaRecentActionBucketList is deleted. If you want
4185
+ * to retain a MegaRecentActionBucket returned by a MegaRecentActionBucketList, use
4186
+ * MegaRecentActionBucket::copy.
4187
+ *
4188
+ * Objects of this class are immutable.
4189
+ *
4190
+ * @see MegaApi::getRecentActions
4191
+ * @see MegaApi::getRecentActionsAsync
4192
+ *
4193
+ */
4192
4194
class MegaRecentActionBucketList
4193
4195
{
4194
4196
public:
@@ -4974,6 +4976,8 @@ class MegaRequest
4974
4976
* - MegaApi::dismissBanner - Returns the id of the banner
4975
4977
* - MegaApi::sendBackupHeartbeat - Returns the number of backup files uploaded
4976
4978
* - MegaApi::getRecentActions - Returns the maximum number of nodes
4979
+ * - MegaApi::getRecentActionsAsync - Returns the maximum number of nodes
4980
+ * - MegaApi::importPasswordsFromFile - Returns source of the file provided as an argument
4977
4981
*
4978
4982
* @return Type of parameter related to the request
4979
4983
*/
@@ -5028,8 +5032,10 @@ class MegaRequest
5028
5032
* - MegaApi::moveTransferToLast - Returns MegaTransfer::MOVE_TYPE_BOTTOM
5029
5033
* - MegaApi::moveTransferToLastByTag - Returns MegaTransfer::MOVE_TYPE_BOTTOM
5030
5034
* - MegaApi::moveTransferBefore - Returns the tag of the transfer with the target position
5031
- * - MegaApi::moveTransferBeforeByTag - Returns the tag of the transfer with the target position
5032
- * - MegaApi::setScheduledCopy - Returns the period between backups in deciseconds (-1 if cron time used)
5035
+ * - MegaApi::moveTransferBeforeByTag - Returns the tag of the transfer with the target
5036
+ * position
5037
+ * - MegaApi::setScheduledCopy - Returns the period between backups in deciseconds (-1 if
5038
+ * cron time used)
5033
5039
* - MegaApi::abortCurrentScheduledCopy - Returns the tag of the aborted backup
5034
5040
* - MegaApi::removeScheduledCopy - Returns the tag of the deleted backup
5035
5041
* - MegaApi::startTimer - Returns the selected period
@@ -5046,6 +5052,8 @@ class MegaRequest
5046
5052
* - MegaApi::getPaymentMethods - Returns a bitfield with the available payment methods
5047
5053
* - MegaApi::getCloudStorageUsed - Returns the sum of the sizes of file cloud nodes.
5048
5054
* - MegaApi::getRecentActions - Returns the number of days since nodes will be considerated
5055
+ * - MegaApi::getRecentActionsAsync - Returns the number of days since nodes will be
5056
+ * considered
5049
5057
*
5050
5058
* @return Number related to this request
5051
5059
*/
@@ -5087,7 +5095,7 @@ class MegaRequest
5087
5095
* - MegaApi::getVisibleWelcomeDialog - Returns true if the Welcome dialog is visible
5088
5096
* - MegaApi::getVisibleTermsOfService - Returns true if the Terms of Service need to be
5089
5097
* displayed
5090
- * - MegaApi::getRecentActions - Returns true if exclude sensitives
5098
+ * - MegaApi::getRecentActionsAsync - Returns true if exclude sensitives
5091
5099
*
5092
5100
* This value is valid for these request in onRequestFinish when the
5093
5101
* error code is MegaError::API_OK:
@@ -18538,8 +18546,8 @@ class MegaApi
18538
18546
*
18539
18547
* Each bucket contains files that were added/modified in a set, by a single user.
18540
18548
*
18541
- * Note: Nodes sensitives are excluded by default. Nodes are considered
18542
- * sensitive if they have that property set, or one of their ancestors has it
18549
+ * Note: Nodes sensitives are NOT excluded by default. Nodes are considered
18550
+ * sensitive if they have that property set, or one of their ancestors has it.
18543
18551
*
18544
18552
* @deprecated use getRecentActionsAsync
18545
18553
*
@@ -18561,8 +18569,8 @@ class MegaApi
18561
18569
*
18562
18570
* You take the ownership of the returned value.
18563
18571
*
18564
- * Note: Nodes sensitives are excluded by default. Nodes are considered
18565
- * sensitive if they have that property set, or one of their ancestors has it
18572
+ * Note: Nodes sensitives are NOT excluded by default. Nodes are considered
18573
+ * sensitive if they have that property set, or one of their ancestors has it.
18566
18574
*
18567
18575
* @deprecated use getRecentActionsAsync
18568
18576
*
@@ -18579,7 +18587,6 @@ class MegaApi
18579
18587
* Valid data in the MegaRequest object received on callbacks:
18580
18588
* - MegaRequest::getNumber - Returns the number of days since nodes will be considerated
18581
18589
* - MegaRequest::getParamType - Returns the maximun number of nodes
18582
- * - MegaRequest::getFlag - Returns true if sensitives are excluded
18583
18590
*
18584
18591
* The associated request type with this request is MegaRequest::TYPE_GET_RECENT_ACTIONS
18585
18592
* Valid data in the MegaRequest object received in onRequestFinish when the error code
@@ -18590,8 +18597,10 @@ class MegaApi
18590
18597
* The recommended values for the following parameters are to consider
18591
18598
* interactions during the last 30 days and maximum 500 nodes.
18592
18599
*
18593
- * Note: Nodes sensitives are excluded by default. Nodes are considered
18594
- * sensitive if they have that property set, or one of their ancestors has it
18600
+ * Note: Nodes sensitives are NOT excluded by default. Nodes are considered
18601
+ * sensitive if they have that property set, or one of their ancestors has it.
18602
+ * Use getRecentActionsAsync with explicit excludeSensitives flag
18603
+ * to search for sensitives and filter them depending on the flag value
18595
18604
*
18596
18605
* @param days Age of actions since added/modified nodes will be considered (in days)
18597
18606
* @param maxnodes Maximum amount of nodes to be considered
0 commit comments