Open chat page with a contact on Kik programmatically

174 views Asked by At

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.

0

There are 0 answers