Skip to content

platformanes/AdmodANE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdmodAds

谷歌ADmodANE(iOS)

谷歌ADmodANE

  • 官方SDK地址:传送门
  • IOS对应版本:iOS SDK 6.8
  • 包含banner,interstatial

iOS版特别说明

  • iOS版只需要调用两个函数即可

      //iOS func
      public function AdmodBanner(admodAppKeyID:String):String{
      	
      	if(extContext ){
      		return extContext.call(ADMOD_FUNCTION_BANNER,admodAppKeyID
      		) as String;
      	}
      	return "call AdmodBanner failed";
      } 
      
      public function AdmodInterStatial(admodAppKeyID:String):String{
      	
      	if(extContext ){
      		return extContext.call(ADMOD_FUNCTION_INTERSTITIAL,admodAppKeyID) as String;
      	}
      	return "call AdmodInterStatial failed";
      } 
    
  • 广告ID注意修改为自身应该的key

作者

Releases

No releases published

Packages

No packages published