AdsPos
Enum
Module: anysdk
The enum of ads position
Index
kPosCenter
kPosTop
kPosTopLeft
kPosTopRight
kPosBottom
kPosBottomLeft
kPosBottomRight
Details
kPosCenter
In the center
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2567 |
kPosTop
at the top of center
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2574 |
kPosTopLeft
the upper left corner
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2581 |
kPosTopRight
the upper right corner
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2588 |
kPosBottom
at the bottom of the center
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2595 |
kPosBottomLeft
the lower left corner
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2602 |
kPosBottomRight
the lower right corner
meta | description |
---|---|
Type | Number |
Defined in | extensions/anysdk/jsb_anysdk.js:2609 |