add_account_features
Description:
Add features
to the desired features to be prepared on Account
objects.
Those features will be added to the features already returned be dup_account_features.
It is not necessary to add TP_ACCOUNT_FEATURE_CORE
as it is already included by default.
Note that these features will not be added to existing Account objects; the user must call prepare_async themself.
Parameters:
this |
a SimpleClientFactory object |
features |
an array of desired features, ending with 0; |