Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

How can select multiple contacts in the address book?

$
0
0

This code allows you to receive only one contact:

Ti.Contacts.showContacts({
            selectedPerson : function(e) {
                Ti.API.info('Phone Number : :  ' + e.person.phone);
                Ti.API.info('Email : :  ' + e.person.email);
            }
How can I select multiple contacts? (Using checkbox)

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>