|
|
|
|
|
- Special cases
- Creating a contact (without using the creation window)
- Application in the background: Specific case from Android 10
- Required application feature
ContactCreate (Function) In french: ContactCrée Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
Syntax
Creating a contact and initializing the Contact variable Hide the details
<Result> = ContactCreate([<Contact>])
<Result>: Boolean - True if a contact was created,
- False otherwise. To get more details on the error, use ErrorInfo.
<Contact>: Contact variable Name of the Contact variable containing the data of the new contact. Remarks Creating a contact (without using the creation window) To create a new contact programmatically (without opening any window): - Describe the contact using the Contact variable.
- Use the ContactAdd function.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Managing Contacts
[ + ] This example presents the management of contacts for Android et iOS. It is used o: - list the contacts found on the phone - call the contacts - send SMSs to the contacts - ...
|
Business / UI classification: Business Logic Component: wd300android.aar
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|