We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cdaa5 commit 9735158Copy full SHA for 9735158
README.md
@@ -172,7 +172,7 @@ extension <#YOURViewController#>: TeadsAdDelegate {
172
<#your view height#> = 0
173
}
174
175
- func didCloseAd(ad: TeadsAd) {
+ func didClose(ad: TeadsAd) {
176
//here you should hide your ad view
177
178
@@ -185,6 +185,14 @@ extension <#YOURViewController#>: TeadsAdDelegate {
185
//you may want to use this callback for your own analytics
186
187
188
+ func didExpandedToFullscreen(ad: TeadsAd) {
189
+ //you may want to use this callback for your own analytics
190
+ }
191
+
192
+ func didCollapsedFromFullscreen(ad: TeadsAd) {
193
194
195
196
197
```
198
0 commit comments