VIAdDelegate
@protocol VIAdDelegate <NSObject>
Callbacks on video display events
-
Notifies about any error occured during loading and displaying ad
Declaration
Objective-C
- (void)adDidReceiveError:(nonnull NSError *)error;Swift
optional func adDidReceiveError(_ error: Error)Parameters
errorwith domain ‘VISDKErrorDomain’
View on GitHub
VIAdDelegate Protocol Reference