mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-04 11:35:13 +00:00
BREAK: fix(android): harmonize IMAAdEventType between iOS and Android (#3373)
This commit is contained in:
committed by
GitHub
parent
5beef383cb
commit
364944b329
@@ -160,7 +160,7 @@ class RCTIMAAdsManager: NSObject, IMAAdsLoaderDelegate, IMAAdsManagerDelegate, I
|
||||
result = "CLICK";
|
||||
break;
|
||||
case .COMPLETE:
|
||||
result = "COMPLETE";
|
||||
result = "COMPLETED";
|
||||
break;
|
||||
case .CUEPOINTS_CHANGED:
|
||||
result = "CUEPOINTS_CHANGED";
|
||||
|
||||
Reference in New Issue
Block a user