Inherits from NSObject
Declared in PTAdClick.h

Overview

The PTAdClick class represents a click instance associated with an asset. This instance contains information about the click-through url and the title that can used to provide additional information to the user.

Tasks

Properties

  •   clickId

    Returns the id for this instance

    property
  •   source

    Returns the click-through url to be opened when the user taps on the asset

    property
  •   title

    Returns the title to be displayed to the user

    property

Properties

clickId

Returns the id for this instance

@property (nonatomic, retain) NSString *clickId

Discussion

Returns the id for this instance

Declared In

PTAdClick.h

source

Returns the click-through url to be opened when the user taps on the asset

@property (nonatomic, retain) NSString *source

Discussion

Returns the click-through url to be opened when the user taps on the asset

Declared In

PTAdClick.h

title

Returns the title to be displayed to the user

@property (nonatomic, retain) NSString *title

Discussion

Returns the title to be displayed to the user

Declared In

PTAdClick.h