-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
// 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');
},
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels