respond_create_contacts
Description:
[
Version ( since =
"3.4" ) ]
public void respond_create_contacts (
uint32 opid,
Error error,
SList<
Contact> contacts)
Finishes a call to create a list contacts.
Parameters:
| this |
An DataBook
|
| opid |
An operation ID
|
| error |
Operation error, if any, automatically freed if passed it
|
| contacts |
A list of created Contact(s), empty on error
|