[AD EVENTS] Merge resume, pause and click event on iOS and Android

This commit is contained in:
Axel Vencatareddy
2022-11-30 12:50:48 +01:00
parent 567c299b2a
commit 6e5ebfcc3b
2 changed files with 6 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ class RCTIMAAdsManager: NSObject, IMAAdsLoaderDelegate, IMAAdsManagerDelegate {
result = "ALL_ADS_COMPLETED";
break;
case .CLICKED:
result = "CLICKED";
result = "CLICK";
break;
case .COMPLETE:
result = "COMPLETE";
@@ -158,10 +158,10 @@ class RCTIMAAdsManager: NSObject, IMAAdsLoaderDelegate, IMAAdsManagerDelegate {
result = "MIDPOINT";
break;
case .PAUSE:
result = "PAUSE";
result = "PAUSED";
break;
case .RESUME:
result = "RESUME";
result = "RESUMED";
break;
case .SKIPPED:
result = "SKIPPED";