XADuration Constants Reference
| Declared in | XARequest.h |
|---|
XADuration
Defines the standard advertisement lengths, used on an ad request.
Warning: This filtering parameter is currently not being used
Definition
typedef NS_ENUM(NSUInteger, XADuration ) {
XADurationUnspecified = 0,
XADurationTenSecond = 10,
XADurationFifteenSecond = 15,
XADurationTwentySecond = 20,
XADurationThirtySecond = 30,
XADurationSixtySecond = 60,
};
Constants
XADurationUnspecified-
The length is unspecified, this is the default value and does not need to be set
Declared In
XARequest.h. XADurationTenSecond-
10 seconds
Declared In
XARequest.h. XADurationFifteenSecond-
15 seconds
Declared In
XARequest.h. XADurationTwentySecond-
20 seconds
Declared In
XARequest.h. XADurationThirtySecond-
30 seconds
Declared In
XARequest.h. XADurationSixtySecond-
60 seconds
Declared In
XARequest.h.
Declared In
XARequest.h