ChannelCapture

@available(tvOS, unavailable)
final public class ChannelCapture : Sendable

Channel Capture copies the channelId to the device clipboard after a specific number of knocks (app foregrounds) within a specific timeframe. Channel Capture can be enabled or disabled in Airship Config.

  • Flag indicating whether channel capture is enabled. Clear to disable. Set to enable. Note: Does not persist through app launches.

    Declaration

    Swift

    @MainActor
    public var enabled: Bool { get set }