Package apple.iad.enums
Class ADAdType
- java.lang.Object
-
- apple.iad.enums.ADAdType
-
public final class ADAdType extends java.lang.Object[@enum] ADAdType [@const] ADAdTypeBanner A device-width banner ad. The banner height varies with device type and orientation: • On iPhone; portrait = DEVICE_WIDTH × 50px, landscape = DEVICE_WIDTH × 32px • On iPad; both portrait & landscape = DEVICE_WIDTH × 66px [@const] ADAdTypeMediumRectangle An 320 × 250px ad, based on the International Advertising Bureau's "Medium Rectangle" Interactive Marketing Unit. Ad types that can be passed to -[ADBannerView -initWithAdType:].
-
-
Field Summary
Fields Modifier and Type Field Description static longBannerstatic longMediumRectangle
-
-
-
Field Detail
-
Banner
public static final long Banner
- See Also:
- Constant Field Values
-
MediumRectangle
public static final long MediumRectangle
- See Also:
- Constant Field Values
-
-