Skip to content

Commit 2292500

Browse files
committed
Finished FB docs
1 parent 7f835da commit 2292500

6 files changed

Lines changed: 234 additions & 98 deletions

File tree

plugins/fbinstant/src/AdInstance.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
55
*/
66

7+
/**
8+
* @typedef {object} AdInstance
9+
*
10+
* @property {any} instance - Represents an instance of an ad.
11+
* @property {string} placementID - The Audience Network placement ID of this ad instance.
12+
* @property {boolean} shown - Has this ad already been shown in-game?
13+
* @property {boolean} video - Is this a video ad?
14+
*/
15+
716
var AdInstance = function (instance, video)
817
{
918
return {

0 commit comments

Comments
 (0)