Appboy.AppboyBinding.LogPurchase C# (CSharp) Method

LogPurchase() public static method

public static LogPurchase ( string productId, string currencyCode, decimal price ) : void
productId string
currencyCode string
price decimal
return void
        public static void LogPurchase(string productId, string currencyCode, decimal price)
        {
            LogPurchase(productId, currencyCode, price, 1);
        }

Same methods

AppboyBinding::LogPurchase ( string productId, string currencyCode, decimal price, int quantity ) : void
AppboyBinding::LogPurchase ( string productId, string currencyCode, decimal price, int quantity, object>.Dictionary properties ) : void
AppboyBinding