samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

getAllContacts() now showing real username? #138

Open Transferer opened 7 years ago

Transferer commented 7 years ago

Hi, i am trying to load all usernames in my contact list. Am i using the right function for this? Right now its returning each user in this format:

com.samczsun.skype4j.internal.participants.info.ContactImpl@7c29daf3

With the number after the @ varying due to a different contact. Is there something in the API to allow me to view the pure username? Or is this all i can do ?

Any help is appreciated.