iOS SDK  7.3.0
 All Classes Files Functions Properties Pages
FlurryAdNativeAsset Class Reference

Provides all available methods for displaying native ad assets. More...

#import <FlurryAdNativeAsset.h>

Inherits NSObject.

Properties

NSString * name
 Read only property that can be used to retrieve the name of the asset. More...
 
kAssetType type
 Read only property that indicates the type of asset. More...
 
NSString * value
 Read only property that indicates the value of the asset. More...
 
int width
 Read only property that indicates the width of the asset. This value is set if this object represents an image asset. More...
 
int height
 Read only property that indicates the height of the asset. This value is set if this object represents an image asset. More...
 

Detailed Description

Provides all available methods for displaying native ad assets.

Set of methods that allow publishers to retrieve assets for native ads.

For information on how to use Flurry's Ads SDK to attract high-quality users and monetize your user base see Support Center - Publishers.

Author
2009 - 2014 Flurry, Inc. All Rights Reserved.
Version
6.0.0

Definition at line 38 of file FlurryAdNativeAsset.h.

Property Documentation

- (int) height
readnonatomicassign

Read only property that indicates the height of the asset. This value is set if this object represents an image asset.

Since
6.0.0

Definition at line 73 of file FlurryAdNativeAsset.h.

- (NSString*) name
readnonatomicstrong

Read only property that can be used to retrieve the name of the asset.

Since
6.0.0

Definition at line 45 of file FlurryAdNativeAsset.h.

- (kAssetType) type
readnonatomicassign

Read only property that indicates the type of asset.

Since
6.0.0

Definition at line 52 of file FlurryAdNativeAsset.h.

- (NSString*) value
readnonatomicstrong

Read only property that indicates the value of the asset.

Since
6.0.0

Definition at line 59 of file FlurryAdNativeAsset.h.

- (int) width
readnonatomicassign

Read only property that indicates the width of the asset. This value is set if this object represents an image asset.

Since
6.0.0

Definition at line 66 of file FlurryAdNativeAsset.h.


The documentation for this class was generated from the following file: