Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
3.1.0, Beryllium
-
.NET, iOS, Java, Java-Android
-
Security Level: Public
-
1
Description
URLEndpointListenerConfiguration'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
- URLEndpointListenerConfiguration(@NonNull Database database)
- Database getDatabase()
Swift
- init(database: Database)
- let database: Database
Objective-C (CBLURLEndpointListenerConfiguration)
- - (id) initWithDatabase: (CBLDatabase*)database
- @property (nonatomic, readonly) CBLDatabase* database
.NET
- URLEndpointListenerConfiguration([NotNull]Database database)
- Database Database