* Requests consent state from the parent window. * * @param {function(*)} callback
(callback)
| 206 | * @param {function(*)} callback |
| 207 | */ |
| 208 | getConsentState(callback) { |
| 209 | this.client_.getData(MessageType_Enum.GET_CONSENT_STATE, null, callback); |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Send message to runtime requesting to resize ad to height and width. |