Skip to content

Commit

Permalink
adding note regarding the pip mode on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusso committed Sep 19, 2023
1 parent 59236c7 commit 362f80c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ Determine whether the media should played as picture in picture.
* **false (default)** - Don't not play as picture in picture
* **true** - Play the media as picture in picture

NOTE: Video ads cannot start when you are using the PIP on iOS (more info available at [Google IMA SDK Docs](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/picture_in_picture?hl=en#starting_ads)). If you are using custom controls, you must disable your PIP button when you receive the ```STARTED``` event from ```onReceiveAdEvent``` and show it again when you receive the ```ALL_ADS_COMPLETED``` event.

Platforms: iOS

#### playInBackground
Expand Down

0 comments on commit 362f80c

Please sign in to comment.