Enum FriendListType
The types of FriendList.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum FriendListType
Fields
| Name | Description |
|---|---|
| ApplicationCache | Friend list used by app for cache purposes, friends added in this list will be ignored by Linphone.MagicSearch.
|
| CardDAV | Used when list is synchronized with a remote CardDAV server.
|
| Default | Default value, used when no other type applies.
|
| VCard4 | Used for simple vCards list remotely provisionned by a server.
|