default: throw new IllegalArgumentException("eventType " + eventType + " is unknown");
}
}
private static Object getContactsWithApp() {
final ContactListService contactService = BBMPlatformNamespace.getInstance().getContext().getContactListService();
final BBMPlatformContactList contactList = contactService.getContactList();
return Util.contactListToArray(contactList);
}