Inherits from NSObject
Conforms to ADVSInstreamInfoProtocol
Declared in ADVSInstreamWebViewInfoModel.h

Overview

ADVSInstreamWebViewInfoModel is a container to be stored instream advertisement html.

Tasks

Properties

height

advertisement webview height. Equal to or less than zero value is invalid (it’s not a fixed specification. see our information webpage to get the latest specification)

@property (nonatomic, readonly) CGFloat height

Discussion

advertisement webview height. Equal to or less than zero value is invalid (it’s not a fixed specification. see our information webpage to get the latest specification)

Declared In

ADVSInstreamWebViewInfoModel.h

html

advertisement html to be consisted of ~4096 characters in double byte character (it’s not a fixed specification. see our information webpage to get the latest specification)

@property (nonatomic, readonly) NSString *html

Discussion

advertisement html to be consisted of ~4096 characters in double byte character (it’s not a fixed specification. see our information webpage to get the latest specification)

Declared In

ADVSInstreamWebViewInfoModel.h

position

advertisement position to be put in the tableView. it is used by advertising performance analysis.

@property (nonatomic, readonly) NSNumber *position

Discussion

advertisement position to be put in the tableView. it is used by advertising performance analysis.

Declared In

ADVSInstreamWebViewInfoModel.h

width

advertisement webview width. The value of 0 mean device size width. ex. If width is 160.0f, your webview width is set 160.0f. If width is 0 and device is iphone, webview width is set 320.0f. (it’s not a fixed specification. see our information webpage to get the latest specification)

@property (nonatomic, readonly) CGFloat width

Discussion

advertisement webview width. The value of 0 mean device size width. ex. If width is 160.0f, your webview width is set 160.0f. If width is 0 and device is iphone, webview width is set 320.0f. (it’s not a fixed specification. see our information webpage to get the latest specification)

Declared In

ADVSInstreamWebViewInfoModel.h