channels

expect var channels: List<String>?(source)

A set of Sync Gateway channel names to pull from. Ignored for push replication. The default value is null, meaning that all accessible channels will be pulled. Note: channels that are not accessible to the user will be ignored by Sync Gateway.

actual var channels: List<String>?(source)
actual var channels: List<String>?(source)