[ Version ( since = "3.34" ) ]
public bool get_contact_custom_flags (string uid, out uint32 out_custom_flags, Cancellable? cancellable = null) throws Error
Gets the custom flags previously set for the uid, either with
set_contact_custom_flags, when adding contacts or when removing
contacts in offline.
| this |
an BookCache |
| uid |
The uid of the contact to set the extra data for |
| out_custom_flags |
return location to store the custom flags |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |