Source: linphonepresenceperson.js

/* Wrapper generated by lp-gen-wrappers, do not edit*/

/**
 * Presence person holding information about a presence person. 
 * @external LinphonePresencePerson
**/
/**
 * Sets the id of a presence person. 
 * @member {string} external:LinphonePresencePerson#id
**/
/**
 * Gets the number of activities included in the presence person. 
 * @member {number} external:LinphonePresencePerson#nbActivities
 * @readonly
**/
/**
 * Gets the number of activities notes included in the presence person. 
 * @member {number} external:LinphonePresencePerson#nbActivitiesNotes
 * @readonly
**/
/**
 * Gets the number of notes included in the presence person. 
 * @member {number} external:LinphonePresencePerson#nbNotes
 * @readonly
**/

/**
 * Adds an activities note to a presence person. 
 * @function external:LinphonePresencePerson#addActivitiesNote
 * @param {external:LinphonePresenceNote} note - The 
 * @returns {number} 
**/

/**
 * Adds an activity to a presence person. 
 * @function external:LinphonePresencePerson#addActivity
 * @param {external:LinphonePresenceActivity} activity - The 
 * @returns {number} 
**/

/**
 * Adds a note to a presence person. 
 * @function external:LinphonePresencePerson#addNote
 * @param {external:LinphonePresenceNote} note - The 
 * @returns {number} 
**/

/**
 * Clears the activities of a presence person. 
 * @function external:LinphonePresencePerson#clearActivities
 * @returns {number} 
**/

/**
 * Clears the activities notes of a presence person. 
 * @function external:LinphonePresencePerson#clearActivitiesNotes
 * @returns {number} 
**/

/**
 * Clears the notes of a presence person. 
 * @function external:LinphonePresencePerson#clearNotes
 * @returns {number} 
**/

/**
 * Gets the nth activities note of a presence person. 
 * @function external:LinphonePresencePerson#getNthActivitiesNote
 * @param {number} idx - The index of the activities note to get (the first note having the index 0). 
 * @returns {external:LinphonePresenceNote} 
**/

/**
 * Gets the nth activity of a presence person. 
 * @function external:LinphonePresencePerson#getNthActivity
 * @param {number} idx - The index of the activity to get (the first activity having the index 0). 
 * @returns {external:LinphonePresenceActivity} 
**/

/**
 * Gets the nth note of a presence person. 
 * @function external:LinphonePresencePerson#getNthNote
 * @param {number} idx - The index of the note to get (the first note having the index 0). 
 * @returns {external:LinphonePresenceNote} 
**/