On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←structSemanticsChannels SemanticsChannels Method contains containsCheck if a specific channel is present in this set... Declaration func contains(_ channel: SemanticsChannelName) -> Bool Summary Check if a specific channel is present in this set - Parameter channel: The channel to check for - Returns: true if the channel is present, false otherwise
Check if a specific channel is present in this set
- Parameter channel: The channel to check for
- Returns:
trueif the channel is present,falseotherwise