|
|
static String | linphone_pointer_to_string (IntPtr ptr) |
| |
|
static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| |
|
IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| |
|
void | CleanStringArrayPtrs (IntPtr l) |
| |
The Linphone.CardDavParams object represents a remote CardDAV server used by Linphone.MagicSearch as a plugin source.
| IEnumerable<string> Linphone.CardDavParams.DomainFields |
|
getset |
Gets the list of vCard RFC fields to use to match the domain filter on.
For example, you can use "IMPP".
- Returns
- The list of vCard fields to make the query on using domain filter. A list of char * objects.
Warning : DO NOT USE ANYMORE, it won't have any effect.
Deprecated : 06/10/2025 domain filter will be applied locally instead of using a CardDAV prop filter XML tag.
| bool Linphone.CardDavParams.UseExactMatchPolicy |
|
getset |
Gets the matching policy: true if the remote vCard value must match the filter exactly, false if it only needs to contain the filter.
- Returns
- The matching policy: true if the remote vCard value must match the filter exactly, false if it only needs to contain the filter.
| IEnumerable<string> Linphone.CardDavParams.UserInputFields |
|
getset |
Gets the list of vCard RFC fields to use to match user input text on.
For example, you can use "FN", "N", "IMPP", "ORG", etc...
- Returns
- The list of vCard fields to make the query on using user input. A list of char * objects.
The documentation for this class was generated from the following file: