| | |
| | | productDescription:(NSString *)productDescription |
| | | productPrice:(NSDecimalNumber *)productPrice |
| | | productCurrency:(NSString *)productCurrency |
| | | productIdentifier:(NSString *)productIdentifier; |
| | | productIdentifier:(NSString *)productIdentifier |
| | | DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version."); |
| | | |
| | | /*! |
| | | @abstract |
| | |
| | | productDescription:(NSString *)productDescription |
| | | productPrice:(NSDecimalNumber *)productPrice |
| | | productCurrency:(NSString *)productCurrency |
| | | productIdentifier:(NSString *)productIdentifier; |
| | | productIdentifier:(NSString *)productIdentifier |
| | | DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version."); |
| | | /*! |
| | | @abstract |
| | | Track an In App Purchase Event. |
| | |
| | | and targeting. |
| | | */ |
| | | + (void)trackInAppPurchaseEvent:(NSData *)receipt |
| | | product:(SKProduct *)product; |
| | | product:(SKProduct *)product |
| | | DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version."); |
| | | |
| | | |
| | | /*! |
| | |
| | | eventField:(CBLevelType)eventField |
| | | mainLevel:(NSUInteger)mainLevel |
| | | subLevel:(NSUInteger)subLevel |
| | | description:(NSString*)description; |
| | | description:(NSString*)description |
| | | DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version."); |
| | | |
| | | /*! |
| | | @abstract |
| | |
| | | + (void)trackLevelInfo:(NSString*)eventLabel |
| | | eventField:(CBLevelType)eventField |
| | | mainLevel:(NSUInteger)mainLevel |
| | | description:(NSString*)description; |
| | | description:(NSString*)description |
| | | DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version."); |
| | | |
| | | @end |