Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
3.1.0, Beryllium
-
.NET, iOS, Java, Java-Android
-
Security Level: Public
-
0
Description
MessageEndpointListenerConfiguration's constructor with the Database object and the database property are deprecated. Use a new constructor with the Collection objects and the collections property instead.
Deprecated APIs
Java / Android
- MessageEndpointListenerConfiguration(@NonNull Database database, @NonNull ProtocolType protocolType)
- Database getDatabase()
Swift
- init(database: Database)
- let database: Database
Objective-C (CBLMessageEndpointListenerConfiguration)
- (instancetype) initWithDatabase: (CBLDatabase*)database
protocolType: (CBLProtocolType)protocolType - @property (nonatomic, readonly) CBLDatabase* database
.NET
- MessageEndpointListenerConfiguration([NotNull]Database database, ProtocolType protocolType)
- Database Database