如何在Zebble for Xamarin中获取联系人的帐户类型?

时间:2017-05-11 09:23:47

标签: c# xamarin xamarin.android xamarin-zebble zebble

我需要在我的应用程序中显示联系人并与Instance Messaging应用程序(如WahtsApp和其他人)建立连接,因此我将此代码添加到我的应用程序中,但我找不到该帐户的类型。

var contacts = await Device.Contacts.GetAll();
foreach (var contact in contacts)
{
    // find contacts has connection with other applications
}

0 个答案:

没有答案