Structures
The following structures are available globally.
-
Represents the different events that can be sent through a channel regarding a Channel’s lifecycle.
See moreDeclaration
Swift
public struct ChannelEvent
-
Provides a memory-safe way of passing callbacks around while not creating retain cycles. This file was copied from https://github.com/dreymonde/Delegated instead of added as a dependency to reduce the number of packages that ship with SwiftPhoenixClient
See moreDeclaration
Swift
public struct Delegated<Input, Output>