I use the the library CARDME 3.6 in my application but the problem is that i didn't find any feature to tell if contact has name or not, because some contacts on phone are only phone number or email
i tried to use this
card.getName().hasGivenName() or card.getName().hasFamilyName()
but its return error so it is there any way to check the contact when it have no name thanks for help