admob_ios.monkey2 528 B

12345678910111213141516171819202122232425262728293031323334
  1. Namespace admob
  2. #Import "native/GoogleMobileAds-7.27.0/*.h"
  3. #Import "native/adview_ios.mm"
  4. #Import "native/adview_ios.h"
  5. Extern Internal
  6. Class BBAdView
  7. Protected
  8. Method New( size:String,layout:String="top",adUnitId:String="",show:Bool=True )
  9. Method start( callback:Int )
  10. Method setVisible( visible:Bool )
  11. Method getVisible:Bool()
  12. Method getState:Int()
  13. Method getRewardType:String()
  14. Method getRewardAmount:Int()
  15. Method consumeReward:Void()
  16. Method getError:Int()
  17. Method reload:Void()
  18. End