Skip to content

Commit

Permalink
Update RevenueCat-Swift.h for version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Sep 25, 2024
1 parent bd74159 commit 10a9f1d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Tests/InstallationTests/CommonFiles/RevenueCat-Swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,17 @@ SWIFT_AVAILABILITY(watchos,unavailable) SWIFT_AVAILABILITY(tvos,unavailable) SWI
/// </li>
/// </ul>
- (void)setCleverTapID:(NSString * _Nullable)cleverTapID;
/// Subscriber attribute associated with the Kochava Device ID for the user.
/// Recommended for the RevenueCat Kochava integration.
/// <h4>Related Articles</h4>
/// <ul>
/// <li>
/// <a href="https://docs.revenuecat.com/docs/kochava">Kochava RevenueCat Integration</a>
/// </li>
/// </ul>
/// \param kochavaDeviceID Empty String or <code>nil</code> will delete the subscriber attribute.
///
- (void)setKochavaDeviceID:(NSString * _Nullable)kochavaDeviceID;
/// Subscriber attribute associated with the Mixpanel Distinct ID for the user.
/// Optional for the RevenueCat Mixpanel integration.
/// <h4>Related Articles</h4>
Expand Down

0 comments on commit 10a9f1d

Please sign in to comment.