Hi,
Here is the code example:
You need override the public override AppDataManager CreateDataManagerInstance(AppPortal portal)
and implement these methods:
public override IChatUserInfo[] GetContacts(ChatIdentity identity)
public override void AddContact(ChatIdentity identity, string userid)
public override void RemoveContact(ChatIdentity identity, string userid)
Regards,
Terry