ContactBasicPlatformApi class

Constructors

ContactBasicPlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteContact(String sdkId, Contact contact) Future<DocIdentifier>
deleteContactById(String sdkId, String entityId, String rev) Future<DocIdentifier>
deleteContacts(String sdkId, List<Contact> contacts) Future<List<DocIdentifier>>
deleteContactsByIds(String sdkId, List<IdWithMandatoryRev> entityIds) Future<List<DocIdentifier>>
filterContactsBy(String sdkId, BaseFilterOptions<Contact> filter) Future<PaginatedListIterator<EncryptedContact>>
filterContactsBySorted(String sdkId, BaseSortableFilterOptions<Contact> filter) Future<PaginatedListIterator<EncryptedContact>>
filterServicesBy(String sdkId, BaseFilterOptions<Service> filter) Future<PaginatedListIterator<EncryptedService>>
filterServicesBySorted(String sdkId, BaseSortableFilterOptions<Service> filter) Future<PaginatedListIterator<EncryptedService>>
getContact(String sdkId, String entityId) Future<EncryptedContact>
getContacts(String sdkId, List<String> entityIds) Future<List<EncryptedContact>>
getService(String sdkId, String serviceId) Future<EncryptedService>
getServiceCodesOccurrences(String sdkId, String codeType, int minOccurrences) Future<List<LabelledOccurence>>
getServices(String sdkId, List<String> entityIds) Future<List<EncryptedService>>
matchContactsBy(String sdkId, BaseFilterOptions<Contact> filter) Future<List<String>>
matchContactsBySorted(String sdkId, BaseSortableFilterOptions<Contact> filter) Future<List<String>>
matchServicesBy(String sdkId, BaseFilterOptions<Service> filter) Future<List<String>>
matchServicesBySorted(String sdkId, BaseSortableFilterOptions<Service> filter) Future<List<String>>
modifyContact(String sdkId, EncryptedContact entity) Future<EncryptedContact>
modifyContacts(String sdkId, List<EncryptedContact> entities) Future<List<EncryptedContact>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeContact(String sdkId, Contact contact) Future<void>
purgeContactById(String sdkId, String id, String rev) Future<void>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, BaseFilterOptions<Contact> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedContact>>
subscribeToServiceCreateOrUpdateEvents(String sdkId, BaseFilterOptions<Service> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedService>>
toString() String
A string representation of this object.
inherited
undeleteContact(String sdkId, Contact contact) Future<EncryptedContact>
undeleteContactById(String sdkId, String id, String rev) Future<EncryptedContact>

Operators

operator ==(Object other) bool
The equality operator.
inherited