XAResultCancellationType Constants Reference

Declared in XAResult.h

XAResultCancellationType

Enum for the different ways in which an ad can be cancelled.

Definition

typedef NS_ENUM(NSInteger, XAResultCancellationType ) {
   XAResultCancellationTypeNone,
   XAResultCancellationTypeProgrammatic,
   XAResultCancellationTypeCancelTouched,
   XAResultCancellationTypeRemoteControlEvent,
};

Constants

XAResultCancellationTypeNone

The default cancellation type, no cancellation occured.

Declared In XAResult.h.

XAResultCancellationTypeProgrammatic

The ad was cancelled programmtically with [XAPP cancelAd:]

Declared In XAResult.h.

XAResultCancellationTypeCancelTouched

The ad was cancelled by the user touching the cancel button

Declared In XAResult.h.

XAResultCancellationTypeRemoteControlEvent

The ad was cancelled by the user touching a fast-forward/skip button through the lock screen or an external peripheral.

Declared In XAResult.h.

Declared In

XAResult.h