0.1.0 • Published 6 years ago

cordova-plugin-farzad-intent v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

window.plugins.farzadIntent.startActivityForResult( { action: window.plugins.farzadIntent.ACTION_PICK, extras: { 'android.intent.extra.ALLOW_MULTIPLE': true }, type: "image/*", requestCode: 1 }, function (intent) { if (intent.extras.requestCode == 1 && intent.extras.resultCode == window.plugins.farzadIntent.RESULT_OK) { console.log('Picked contact: ' + intent.data); } }, function () { console.log("StartActivityForResult failure"); });

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago