IVSErrorSource

Objective-C

@protocol IVSErrorSource <NSObject>

Swift

protocol IVSErrorSource : NSObjectProtocol

An object capable of emitting errors.

  • A delegate for client apps to listen for errors from the SDK.

    Declaration

    Objective-C

    @property (nonatomic, weak) id<IVSErrorDelegate> _Nullable errorDelegate;

    Swift

    weak var errorDelegate: IVSErrorDelegate? { get set }