Android SDK Version
- AbstractAdListener
- Ad
- AdChoicesView
- AdError
- AdIconView
- AdListener
- AdOptionsView
- AdOptionsView.Orientation
- AdSettings
- AdSettings.IntegrationErrorMode
- AdSettings.MultiprocessSupportMode
- AdSettings.TestAdType
- AdSize
- AdView
- AudienceNetworkActivity
- AudienceNetworkAds
- AudienceNetworkAds.AdFormat
- AudienceNetworkAds.InitListener
- AudienceNetworkAds.InitResult
- AudienceNetworkAds.InitSettingsBuilder
- BidderTokenProvider
- CacheFlag
- DefaultMediaViewVideoRenderer
- ExtraHints
- ExtraHints.Builder
- ExtraHints.HintType
- ExtraHints.Keyword
- InstreamVideoAdListener
- InstreamVideoAdView
- InterstitialAd
- InterstitialAdExtendedListener
- InterstitialAdListener
- MediaView
- MediaViewListener
- MediaViewVideoRenderer
- MediaViewVideoRendererWithBackgroundPlayback
- NativeAd
- NativeAd.AdCreativeType
- NativeAdBase
- NativeAdBase.Image
- NativeAdBase.MediaCacheFlag
- NativeAdBase.NativeComponentTag
- NativeAdBase.Rating
- NativeAdLayout
- NativeAdListener
- NativeAdScrollView
- NativeAdScrollView.AdViewProvider
- NativeAdsManager
- NativeAdsManager.Listener
- NativeAdView
- NativeAdView.Type
- NativeAdViewAttributes
- NativeBannerAd
- NativeBannerAdView
- NativeBannerAdView.Type
- RewardData
- RewardedVideoAd
- RewardedVideoAdExtendedListener
- RewardedVideoAdListener
- S2SRewardedVideoAdExtendedListener
- S2SRewardedVideoAdListener
- VideoAutoplayBehavior
- VideoStartReason
- java.lang.Object
- java.lang.Enum<ExtraHints.Keyword>
- com.facebook.ads.ExtraHints.Keyword
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExtraHints.Keyword>
Enclosing class:
public static enum ExtraHints.Keyword extends java.lang.Enum<ExtraHints.Keyword>
Enum Constant Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
static ExtraHints.Keyword | valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static ExtraHints.Keyword[] | values() Returns an array containing the constants of this enum type, in the order they are declared. |
Enum Constant Detail
ACCESSORIES
public static final ExtraHints.Keyword ACCESSORIES
ART_HISTORY
public static final ExtraHints.Keyword ART_HISTORY
AUTOMOTIVE
public static final ExtraHints.Keyword AUTOMOTIVE
BEAUTY
public static final ExtraHints.Keyword BEAUTY
BIOLOGY
public static final ExtraHints.Keyword BIOLOGY
BOARD_GAMES
public static final ExtraHints.Keyword BOARD_GAMES
BUSINESS_SOFTWARE
public static final ExtraHints.Keyword BUSINESS_SOFTWARE
BUYING_SELLING_HOMES
public static final ExtraHints.Keyword BUYING_SELLING_HOMES
CATS
public static final ExtraHints.Keyword CATS
CELEBRITIES
public static final ExtraHints.Keyword CELEBRITIES
CLOTHING
public static final ExtraHints.Keyword CLOTHING
COMIC_BOOKS
public static final ExtraHints.Keyword COMIC_BOOKS
DESKTOP_VIDEO
public static final ExtraHints.Keyword DESKTOP_VIDEO
DOGS
public static final ExtraHints.Keyword DOGS
EDUCATION
public static final ExtraHints.Keyword EDUCATION
public static final ExtraHints.Keyword EMAIL
ENTERTAINMENT
public static final ExtraHints.Keyword ENTERTAINMENT
FAMILY_PARENTING
public static final ExtraHints.Keyword FAMILY_PARENTING
FASHION
public static final ExtraHints.Keyword FASHION
FINE_ART
public static final ExtraHints.Keyword FINE_ART
FOOD_DRINK
public static final ExtraHints.Keyword FOOD_DRINK
FRENCH_CUISINE
public static final ExtraHints.Keyword FRENCH_CUISINE
GOVERNMENT
public static final ExtraHints.Keyword GOVERNMENT
HEALTH_FITNESS
public static final ExtraHints.Keyword HEALTH_FITNESS
HOBBIES
public static final ExtraHints.Keyword HOBBIES
HOME_GARDEN
public static final ExtraHints.Keyword HOME_GARDEN
HUMOR
public static final ExtraHints.Keyword HUMOR
INTERNET_TECHNOLOGY
public static final ExtraHints.Keyword INTERNET_TECHNOLOGY
LARGE_ANIMALS
public static final ExtraHints.Keyword LARGE_ANIMALS
LAW
public static final ExtraHints.Keyword LAW
LEGAL_ISSUES
public static final ExtraHints.Keyword LEGAL_ISSUES
LITERATURE
public static final ExtraHints.Keyword LITERATURE
MARKETING
public static final ExtraHints.Keyword MARKETING
MOVIES
public static final ExtraHints.Keyword MOVIES
MUSIC
public static final ExtraHints.Keyword MUSIC
NEWS
public static final ExtraHints.Keyword NEWS
PERSONAL_FINANCE
public static final ExtraHints.Keyword PERSONAL_FINANCE
PETS
public static final ExtraHints.Keyword PETS
PHOTOGRAPHY
public static final ExtraHints.Keyword PHOTOGRAPHY
POLITICS
public static final ExtraHints.Keyword POLITICS
REAL_ESTATE
public static final ExtraHints.Keyword REAL_ESTATE
ROLEPLAYING_GAMES
public static final ExtraHints.Keyword ROLEPLAYING_GAMES
SCIENCE
public static final ExtraHints.Keyword SCIENCE
SHOPPING
public static final ExtraHints.Keyword SHOPPING
SOCIETY
public static final ExtraHints.Keyword SOCIETY
SPORTS
public static final ExtraHints.Keyword SPORTS
TECHNOLOGY
public static final ExtraHints.Keyword TECHNOLOGY
TELEVISION
public static final ExtraHints.Keyword TELEVISION
TRAVEL
public static final ExtraHints.Keyword TRAVEL
VIDEO_COMPUTER_GAMES
public static final ExtraHints.Keyword VIDEO_COMPUTER_GAMES
Method Detail
values
public static ExtraHints.Keyword[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ExtraHints.Keyword c : ExtraHints.Keyword.values()) System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
public static ExtraHints.Keyword valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name
- the name of the enum constant to be returned.Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null