Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
The Lite
The LiteReporter
Pasin Suriyentrakorn
Pasin SuriyentrakornLabels
Story Points
0
Components
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created March 14, 2023 at 5:34 PM
Updated March 18, 2024 at 7:00 PM
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