Package com.couchbase.lite
Class MultipeerReplicatorStatus
java.lang.Object
com.couchbase.lite.MultipeerReplicatorStatus
The multipeer replicator’s status.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A listener for the multipeer replicator status. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MultipeerReplicatorStatus
-
-
Method Details
-
isActive
public boolean isActive()Whether the multipeer replicator is active or not.note that this value is approximate.
- Returns:
- true if the replicator is active, false otherwise.
-
getError
Error, if any.- Returns:
- The error, or null if no error occurred.
-