Skip to content

Commit

Permalink
fix these too
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Oct 30, 2024
1 parent b0e658d commit 2305445
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ typedef NS_OPTIONS(NSUInteger, MUXSDKIMAAdsListenerOptions) {
/// Your applications ads loader delegate, if configured
@property (nonatomic, weak, nullable) id<IMAAdsLoaderDelegate> customerAdsLoaderDelegate;

/// Initializes `MUXSDKIMAAdsListener` automatically monitors the IMA
/// ad lifecycle and notifies the Mux Data SDK of key points
/// in the ad lifecycle.
/// Initializes `MUXSDKIMAAdsListener`, automatically monitors
/// the IMA ad playback, and notifies the Mux Data SDK at key
/// points in the ad lifecycle.
///
/// After initialization delegate calls from the provided
/// After initialization, delegate calls from the provided
/// IMA ads loader will be intercepted and translated into
/// `MUXSDKPlaybackEvent`.
///
Expand Down
8 changes: 4 additions & 4 deletions Sources/MuxStatsGoogleIMAPlugin/include/MuxImaListener.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NS_CLASS_DEPRECATED_IOS(2_0, 12_0, "Use MUXSDKIMAAdsListener instead.")
/// Your applications ads loader delegate, if configured
@property (nonatomic, weak, nullable) id<IMAAdsLoaderDelegate> customerAdsLoaderDelegate;

/// Initializes `MUXSDKIMAAdsListener`, automatically monitors
/// Initializes `MuxImaListener`, automatically monitors
/// the IMA ad playback, and notifies the Mux Data SDK at key
/// points in the ad lifecycle.
///
Expand All @@ -63,9 +63,9 @@ NS_CLASS_DEPRECATED_IOS(2_0, 12_0, "Use MUXSDKIMAAdsListener instead.")
monitoringAdsLoader:(nullable IMAAdsLoader *)adsLoader;


/// Initializes `MuxImaListener` automatically monitors the IMA
/// ad lifecycle and notifies the Mux Data SDK of key points
/// in the ad lifecycle.
/// Initializes `MuxImaListener`, automatically monitors
/// the IMA ad playback, and notifies the Mux Data SDK at key
/// points in the ad lifecycle.
///
/// After initialization delegate calls from the provided
/// IMA ads loader will be intercepted and translated into
Expand Down

0 comments on commit 2305445

Please sign in to comment.