ChannelCapture

@available(tvOS, unavailable)
@objc(UAChannelCapture)
public class ChannelCapture : NSObject

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

    @objc
    public var enabled: Bool { get set }