Appspresso
Contact us   |
  • English
  • ABOUT
    • Overview
    • License
    • Roadmap
  • SHOWCASE
    • Featured Apps
    • Appspresso Features
    • Show off your app
  • DOWNLOAD
    • Download Appspresso
    • 3rd party libraries & frameworks
  • DEVELOPER CENTER
    • Getting Started
    • Tutorials
    • API Reference
    • API Samples
    • Appspresso Plug-in Development Kit
    • Google Groups

Namespace ax.ext.admob

    Namespace Summary
    Constructor Attributes Constructor Name and Description
     
    ax.ext.admob
    Admob Extension API

    Method Summary

    Method Attributes Method Name and Description
    <static>  
    ax.ext.admob.hideAdmob(pubId)
    hide admob banner view.
    <static>  
    ax.ext.admob.refreshAdmob(pubId)
    refresh admob banner view.
    <static>  
    ax.ext.admob.showAdmob(pubId, opts)
    show/create admob banner view.

    Namespace Detail

    ax.ext.admob
    Admob Extension API - Get Publisher ID
    ※ Only for iOS on Appspresso 1.0

    Method Detail

    • <static> ax.ext.admob.hideAdmob(pubId)
      hide admob banner view.
      var pubID = 'a14eba45e8a8d39';
      ax.ext.admob.hideAdmob(pubID);
      Parameters:
      {string}pubId
    • <static> ax.ext.admob.refreshAdmob(pubId)
      refresh admob banner view.
      var pubID = 'a14eba45e8a8d39';
      ax.ext.admob.refreshAdmob(pubID);
      Parameters:
      {string}pubId
    • <static> ax.ext.admob.showAdmob(pubId, opts)
      show/create admob banner view.
      // default position (bottom of screen)
      var pubID = 'a14eba45e8a8d39';
      ax.ext.admob.showAdmob(pubID);
      
      ax.ext.admob.showAdmob(pubID, {'top': 200});
      Parameters:
      {string}pubId
      {ax.ext.admob.ShowAdmobOpts}opts
      optional; default:bottom of screen

      API Reference

      • Deviceapis
      • Devicestatus
      • Device Interaction
      • Contact
      • Accelerometer
      • Orientation
      • Geolocation
      • Camera
      • Messaging
      • Filesystem
      • Appspresso
        • ax
        • AxDef
        • AxPlugin
        • AxRequest
        • ax.bridge
        • ax.console
        • ax.util
      • Appspresso Extension
        • ax.ext.admob
        • ax.ext.android
        • ax.ext.contact
        • ax.ext.ios
        • ax.ext.ga
        • ax.ext.media
        • ax.ext.net
        • ax.ext.ui
        • ax.ext.zip
    RSS
    Twitter
    © 2011 Appspresso.com . powered by Wordpress