Custom skin support added for ios. onReceiveAdEvent prop added to catch ad events on ios.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
@property (nonatomic, copy) RCTDirectEventBlock onPictureInPictureStatusChanged;
|
||||
@property (nonatomic, copy) RCTDirectEventBlock onRestoreUserInterfaceForPictureInPictureStop;
|
||||
@property (nonatomic, copy) RCTDirectEventBlock onGetLicense;
|
||||
@property (nonatomic, copy) RCTDirectEventBlock onReceiveAdEvent;
|
||||
|
||||
typedef NS_ENUM(NSInteger, RCTVideoError) {
|
||||
RCTVideoErrorFromJSPart,
|
||||
@@ -71,4 +72,6 @@ typedef NS_ENUM(NSInteger, RCTVideoError) {
|
||||
- (void)setLicenseResult:(NSString * )license;
|
||||
- (BOOL)setLicenseResultError:(NSString * )error;
|
||||
|
||||
+ (NSString *)convertEventToString:(IMAAdEventType)event;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user