| Top |  |  |  |  | 
Interaction details are the number and date/time of calls or IM interactions with a contact, giving an idea of the recent interactions the user has had with that contact.
guint
folks_interaction_details_get_im_interaction_count
                               (FolksInteractionDetails *self);
Get and return the current value of the "im-interaction-count" property.
The IM interaction associated with a Persona
Since: 0.7.1
GDateTime *
folks_interaction_details_get_last_im_interaction_datetime
                               (FolksInteractionDetails *self);
Get and return the current value of the "last-im-interaction-datetime" property.
The latest IM interaction timestamp associated with a Persona
Since: 0.7.1
guint
folks_interaction_details_get_call_interaction_count
                               (FolksInteractionDetails *self);
Get and return the current value of the "call-interaction-count" property.
The call interaction associated with a Persona
Since: 0.7.1
GDateTime *
folks_interaction_details_get_last_call_interaction_datetime
                               (FolksInteractionDetails *self);
Get and return the current value of the "last-call-interaction-datetime" property.
The latest call interaction timestamp associated with a Persona
Since: 0.7.1
typedef struct _FolksInteractionDetails FolksInteractionDetails;
Interaction details of a contact.
Interaction details are the number and date/time of calls or IM interactions with a contact, giving an idea of the recent interactions the user has had with that contact.
Since: 0.7.1
struct FolksInteractionDetailsIface {
	GTypeInterface parent_iface;
	guint (*get_im_interaction_count) (FolksInteractionDetails* self);
	GDateTime* (*get_last_im_interaction_datetime) (FolksInteractionDetails* self);
	guint (*get_call_interaction_count) (FolksInteractionDetails* self);
	GDateTime* (*get_last_call_interaction_datetime) (FolksInteractionDetails* self);
};
Interface for creating FolksInteractionDetails implementations.
| the parent interface structure | ||
| getter method for the abstract property "im-interaction-count" | ||
| getter method for the abstract property "last-im-interaction-datetime" | ||
| getter method for the abstract property "call-interaction-count" | ||
| getter method for the abstract property "last-call-interaction-datetime" |