Conforms to ADVSInstreamAdCellInternalProtocol
Declared in ADVSInstreamAdCellProtocol.h

Overview

ADVSInstreamAdCellProtocol is a protocol to be conformed by sdk’s defalut advertisement cell format objects. Use it, if you want to do so.

Tasks

Class Methods

heightForCell

required height for the advertisement cell format to be displayed

+ (CGFloat)heightForCell

Discussion

required height for the advertisement cell format to be displayed

Declared In

ADVSInstreamAdCellProtocol.h

Instance Methods

updateCell:completion:

update the advertisement cell object with using ADVSInstreamInfoModel instance.

- (void)updateCell:(ADVSInstreamInfoModel *)infoModel completion:(void ( ^ ) ( NSError *error ))completion

Parameters

infoModel

ADVSInstreamInfoModel instance to be used

completion

callback block to inform an error and the completion event. If the error is nil, invoke measureImp API.

Discussion

update the advertisement cell object with using ADVSInstreamInfoModel instance.

Declared In

ADVSInstreamAdCellProtocol.h