Skip to content

Commit

Permalink
[GoogleAdmobAds] updated to version 6.4.2 and Added Protocol Attribut…
Browse files Browse the repository at this point in the history
…e where needed
  • Loading branch information
dalexsoto committed Jun 7, 2013
1 parent 926b906 commit dc4b1dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions GoogleAdMobAds/binding/ApiDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ interface GADAdMobExtras : GADAdNetworkExtras

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADAdNetworkExtras
{

Expand Down Expand Up @@ -100,6 +101,7 @@ interface GADBannerView

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADBannerViewDelegate
{
[Export ("adViewDidReceiveAd:"), EventArgs("GADBannerViewE")]
Expand Down Expand Up @@ -153,6 +155,7 @@ interface GADInterstitial

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADInterstitialDelegate
{
[Export ("interstitialDidReceiveAd:"), EventArgs("GADInterstitialE")]
Expand Down Expand Up @@ -380,6 +383,7 @@ interface DFPSwipeableBannerView

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADAdSizeDelegate
{
[Export ("adView:willChangeAdSizeTo:"), EventArgs("GADAdSizeDelegateSize")]
Expand All @@ -388,6 +392,7 @@ interface GADAdSizeDelegate

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADAppEventDelegate
{
[Export ("adView:didReceiveAppEvent:withInfo:"), EventArgs("GADAppEventDelegateNameInfo")]
Expand All @@ -399,6 +404,7 @@ interface GADAppEventDelegate

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADSwipeableBannerViewDelegate
{
[Export ("adViewDidActivateAd:"), EventArgs("GADSwipeableBannerViewDelegateInfo")]
Expand Down Expand Up @@ -429,6 +435,7 @@ interface GADCustomEventBanner

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADCustomEventBannerDelegate
{
[Export ("customEventBanner:didReceiveAd:"), EventArgs("GADCustomEventBannerView")]
Expand Down Expand Up @@ -492,6 +499,7 @@ interface GADCustomEventInterstitial

[BaseType (typeof (NSObject))]
[Model]
[Protocol]
interface GADCustomEventInterstitialDelegate
{
[Export ("customEventInterstitial:didReceiveAd:"), EventArgs("GADCustomEventInterstitialAd")]
Expand Down
2 changes: 1 addition & 1 deletion GoogleAdMobAds/binding/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BTOUCH=/Developer/MonoTouch/usr/bin/btouch
SMCS=/Developer/MonoTouch/usr/bin/smcs
MONOXBUILD=/Library/Frameworks/Mono.framework/Commands/xbuild
VERSION=6.4.1
VERSION=6.4.2

all: GoogleAdMobAds.dll

Expand Down

0 comments on commit dc4b1dd

Please sign in to comment.