freesmartphone.org PIM.Call Interface

Description

This interface provides access to one PIM call.

Namespace

org.freesmartphone.PIM.Call

Methods

Signals

Properties

None

Errors

None

Methods

GetContent ( ) → a{sv}

Description: Get the fields of one call.

Returns:

a{sv}: call_data The call’s data.

GetMultipleFields ( s ) → a{sv}

Description: Get a specified field list of the call’s data.

Parameters:*

s: field_list The list of fields to get, split by “,” (coma) char.

Returns:

a{sv}: field_data The data of the requested fields.

GetUsedBackends ( ) → as

Description: Get used backends in call.

Returns:

as: backends The list of backends used in this call.

Update ( a{sv} )

Description: Update one or more fields of this call.

Parameters:*

a{sv}: call_data The list of fields/values to update for this call.

Delete ( )

Description: Delete this call.

Signals

CallDeleted ( )

CallUpdated ( a{sv} )

Description: Sent when call is updated.

Parameters:

a{sv}: data Data used to update call.