Skip to content

Banner onAdFailedToLoad: errorCode:3 #44

@AhmedAbogameel

Description

@AhmedAbogameel

// this is my widget using real adUnitId

DFPBanner(
isDevelop: false,
adUnitId: '/XXXXXX/XXXXXXX/XXXXXX',
adSize: DFPAdSize.custom(height: 250,width: 360,),
testDevices: MyTestDevices(),
onAdLoaded: () {
print('Banner onAdLoaded');
},
onAdFailedToLoad: (errorCode) {
print('Banner onAdFailedToLoad: errorCode:$errorCode');
},
onAdOpened: () {
print('Banner onAdOpened');
},
onAdClosed: () {
print('Banner onAdClosed');
},
onAdLeftApplication: () {
print('Banner onAdLeftApplication');
},
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions