Inherits from NSObject
Conforms to UIAlertViewDelegate
Declared in UAChannelCapture.h

Overview

ChannelCapture checks the device clipboard for an expected token on app foreground and displays an alert view that allows the user to copy the Channel or optionally open a url with the channel as an argument.

Class Methods

channelCaptureWithConfig:push:

Factory method to create the UAChannelCapture.

+ (instancetype)channelCaptureWithConfig:(UAConfig *)config push:(UAPush *)push

Parameters

config

The Urban Airship config.

push

The UAPush instance.

Return Value

A channel capture instance.

Declared In

UAChannelCapture.h