AdColonyAdView Class Reference
| Inherits from | UIView | 
|---|---|
| Declared in | AdColonyAdView.h | 
Zone
  zoneID
	Represents the unique zone identifier string from which the AdColonyAdView was requested.
@property (nonatomic, strong, readonly) NSString *zoneIDDiscussion
AdColony zone IDs can be created at the Control Panel.
Declared In
AdColonyAdView.h
  delegate
	AdColonyAdView’s delegate.
@property (nonatomic, weak, nullable) id<AdColonyAdViewDelegate> delegateDiscussion
Use this delegate to get ad event callbacks.
Declared In
AdColonyAdView.h
– destroy
	Indicates that the AdColonyAdView has been removed from the view hierarchy and should be destroyed.
- (void)destroyDiscussion
The AdColony SDK maintains internal resources when the ad is being displayed. When this method is called, all internal resources are destroyed and the associated memory is freed.
Declared In
AdColonyAdView.h