ReplicatorBindings class

Inheritance

Constructors

ReplicatorBindings(Bindings parent)

Properties

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

Methods

addChangeListener(Pointer<CBLDatabase> db, Pointer<CBLReplicator> replicator, Pointer<CBLDartAsyncCallback> listener) → void
addDocumentReplicationListener(Pointer<CBLDatabase> db, Pointer<CBLReplicator> replicator, Pointer<CBLDartAsyncCallback> listener) → void
bindToDartObject(Finalizable object, Pointer<CBLReplicator> replicator) → void
createEndpointWithLocalDB(Pointer<CBLDatabase> database) Pointer<CBLEndpoint>
createEndpointWithUrl(String url) Pointer<CBLEndpoint>
createPasswordAuthenticator(String username, String password) Pointer<CBLAuthenticator>
createReplicator(CBLReplicatorConfiguration config) Pointer<CBLReplicator>
createSessionAuthenticator(String sessionID, String? cookieName) Pointer<CBLAuthenticator>
freeAuthenticator(Pointer<CBLAuthenticator> authenticator) → void
freeEndpoint(Pointer<CBLEndpoint> endpoint) → void
isDocumentPending(Pointer<CBLReplicator> replicator, String docID) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pendingDocumentIDs(Pointer<CBLReplicator> replicator) Pointer<FLDict>
setHostReachable(Pointer<CBLReplicator> replicator, {required bool reachable}) → void
setSuspended(Pointer<CBLReplicator> replicator, {required bool suspended}) → void
start(Pointer<CBLReplicator> replicator, {required bool resetCheckpoint}) → void
status(Pointer<CBLReplicator> replicator) CBLReplicatorStatus
stop(Pointer<CBLReplicator> replicator) → void
toString() String
A string representation of this object.
inherited

Operators

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