IContainerAddAction - SocialPlay/CloudGoodsUnitySDK GitHub Wiki
The interface class for Adding items to an item container
void AddItem (ItemData data, int amount, bool isSave) - The method that is implemented for adding an item to the container, takes in an ItemData of the item that is being added, an int amoun for the amount being added and bool isSaved for optional persistant adding