phaser - v3.90.0
    Preparing search index...

    Type Alias AdInstance

    type AdInstance = {
        instance: any;
        placementID: string;
        shown: boolean;
        video: boolean;
    }
    Index

    Properties

    instance: any

    Represents an instance of an ad.

    placementID: string

    The Audience Network placement ID of this ad instance.

    shown: boolean

    Has this ad already been shown in-game?

    video: boolean

    Is this a video ad?