mobileFindContact

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileFindContact <contactName>
Summary

Allows the user to search for a contact, based on the contact's name.

Introduced5.5.1
OSios, android
Platformsmobile
Parameters
NameTypeDescription
contactName

A name, or fragment of a name to search for in the contacts list.

Example
mobileFindContact "Steve"
mobileFindContact "S"
Values
NameTypeDescription
return

A string of comma delimited contact IDs that match the search string. If no contact could be found, then empty is returned.

RelatedCommand: mobilePickDate, mobileRemoveContact, mobilePickMedia, mobilePickContact, mobileShowContact, mobilePick, mobileAddContact, mobileCreateContact
Function: mobileGetContactData
Description

Allows the user to find a contact in the contact list, based on a contact name comparison.

Use the mobileFindContact command to find contacts in the contact list.