onContactAddSaved (event)
Description
Event called after a contact has been added.

Parameters
contactID number
addressID number

Return value
none

Example
function onContactAddSaved(contactID, addressID)
    ui.printNotificationError("Saved contact " .. contactID)
end

Comments

See also

Back
Generated on the 26 June 2024 at 22:01:30 (UK Time)