Inherits from UITableViewCell
Conforms to ADVSInstreamAdCellProtocol
Declared in ADVSInstreamAdCellTextOnly.h

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