Platforms to show: All Mac Windows Linux Cross-Platform
CNFetchResultMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Contacts | MBS Mac64bit Plugin | 22.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Allows you to query contacts and changes with checking again later with new time.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- property currentHistoryToken as MemoryBlock
- 4 methods
- method ChangeHistoryEvents as CNChangeHistoryEventMBS()
- method Constructor Private
- method Contacts as CNContactMBS()
- method Destructor
This class has no sub classes.
Blog Entries
Release notes
- Version 22.0
- Added CNChangeHistoryFetchRequestMBS and related classes: CNChangeHistoryEventMBS, CNChangeHistoryRemoveSubgroupFromGroupEventMBS, CNChangeHistoryAddSubgroupToGroupEventMBS, CNChangeHistoryRemoveMemberFromGroupEventMBS, CNChangeHistoryAddMemberToGroupEventMBS, CNChangeHistoryDeleteGroupEventMBS, CNChangeHistoryUpdateGroupEventMBS, CNChangeHistoryAddGroupEventMBS, CNChangeHistoryDeleteContactEventMBS, CNChangeHistoryUpdateContactEventMBS, CNChangeHistoryAddContactEventMBS, CNChangeHistoryDropEverythingEventMBS and CNFetchResultMBS.
Some methods using this class:
- CNContactStoreMBS.enumeratorForChangeHistoryFetchRequest(request as CNChangeHistoryFetchRequestMBS, byref error as NSErrorMBS) as CNFetchResultMBS
- CNContactStoreMBS.enumeratorForContactFetchRequest(request as CNContactFetchRequestMBS, byref error as NSErrorMBS) as CNFetchResultMBS
Some examples using this class:
Some related classes:
- class CNChangeHistoryAddContactEventMBS
- class CNChangeHistoryAddGroupEventMBS
- class CNChangeHistoryAddMemberToGroupEventMBS
- class CNChangeHistoryDeleteContactEventMBS
- class CNChangeHistoryDeleteGroupEventMBS
- class CNChangeHistoryDropEverythingEventMBS
- class CNChangeHistoryRemoveMemberFromGroupEventMBS
- class CNChangeHistoryRemoveSubgroupFromGroupEventMBS
- class CNContactFetchRequestMBS
- class NSErrorMBS
The items on this page are in the following plugins: MBS Mac64bit Plugin.
