Here is the object for contact items.
- Functions
- clone () returns (Contact)
- Returns a deep copy of the contact object.
- save (onSuccess ContactSuccess in, onError CordovaErrorHandler
in)
- Saves the contact to the contact library of the device.
- onSuccess
- The success callback of ContactSuccess, with
the contact object passed in.
- onError
- The error callback function.
- remove (onSuccess CordovaSuccessHandler in, onError CordovaErrorHandler
in)
- Removes the contact from the contact library of the device.
- onSuccess
- The success callback.
- onError
- The error callback function.