IVSErrorSource
Objective-C
@protocol IVSErrorSource <NSObject>Swift
protocol IVSErrorSource : NSObjectProtocolAn object capable of emitting errors.
- 
                  
                  A delegate for client apps to listen for errors from the SDK. DeclarationObjective-C @property (nonatomic, weak) id<IVSErrorDelegate> _Nullable errorDelegate;Swift weak var errorDelegate: IVSErrorDelegate? { get set }
 IVSErrorSource Protocol Reference
        IVSErrorSource Protocol Reference