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

Interface ax.ext.net.CurlSentCallback

Interface Summary
Constructor Attributes Constructor Name and Description
 
ax.ext.net.CurlSentCallback(progress)
curl/upload 등에 의한 HTTP 요청의 "송신" 진행 상황에 따라 수시로 호출될 콜백 함수.

Interface Detail

ax.ext.net.CurlSentCallback(progress)
curl/upload 등에 의한 HTTP 요청의 "송신" 진행 상황에 따라 수시로 호출될 콜백 함수.
var progressCB = function(progress){	// ax.ext.net.CurlSent
    console.log('successCB:', progress[0], progress[1]);
};
Parameters:
{Array.<number>} progress
송신한 바이트 수, 전체 바이트 수가 담긴 길이 2인 배열
See:
ax.ext.net.curl
ax.ext.net.upload

    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