Home Reference Source

src/contacts/PresenceActivity.js

export const PresenceActivity = {
	'unknown': 'unknown',
	'appointment': 'appointment',
	'away': 'away',
	'breakfast': 'breakfast',
	'busy': 'busy',
	'dinner': 'dinner',
	'holiday': 'holiday',
	'in-transit': 'in-transit',
	'looking-for-work': 'looking-for-work',
	'lunch': 'lunch',
	'meal': 'meal',
	'meeting': 'meeting',
	'on-the-phone': 'on-the-phone',
	'other': 'other',
	'performance': 'performance',
	'permanent-absence': 'permanent-absence',
	'playing': 'playing',
	'presentation': 'presentation',
	'shopping': 'shopping',
	'sleeping': 'sleeping',
	'spectator': 'spectator',
	'steering': 'steering',
	'travel': 'travel',
	'tv': 'tv',
	'vacation': 'vacation',
	'working': 'working',
	'worship': 'worship',
};