I have a list of phone contacts in my android app, I want to open chat with a contact if the user taps on it. I can open profile page of a user with the following code:
KikClient.getInstance().openProfileForKikUsername(this, "username");
But I can't always know the username of a Kik contact. I couldn't find anything helpful on Kik API GitHub page either. Thank you.