Package com.pubmatic.sdk.nativead
Class POBNativeAdLoaderConfig
-
- All Implemented Interfaces:
public class POBNativeAdLoaderConfig
-
-
Field Summary
Fields Modifier and Type Field Description public POBNativeContextTypecontextTypepublic POBNativeContextSubTypecontextSubTypepublic POBNativePlacementTypeplacementType
-
Constructor Summary
Constructors Constructor Description POBNativeAdLoaderConfig()
-
Method Summary
Modifier and Type Method Description POBNativeContextTypegetContextType()Getter for the context type voidsetContextType(@NonNull() POBNativeContextType contextType)Setter for the contextType POBNativeContextSubTypegetContextSubType()Getter for the context sub type voidsetContextSubType(@NonNull() POBNativeContextSubType contextSubType)Setter for the context type POBNativePlacementTypegetPlacementType()Getter for the placement type voidsetPlacementType(@NonNull() POBNativePlacementType placementType)Setter for the placement type -
-
Method Detail
-
getContextType
@Nullable() POBNativeContextType getContextType()
Getter for the context type
- Returns:
context type
-
setContextType
void setContextType(@NonNull() POBNativeContextType contextType)
Setter for the contextType
- Parameters:
contextType- in which the ad appear
-
getContextSubType
@Nullable() POBNativeContextSubType getContextSubType()
Getter for the context sub type
- Returns:
contextSubType
-
setContextSubType
void setContextSubType(@NonNull() POBNativeContextSubType contextSubType)
Setter for the context type
- Parameters:
contextSubType- in which the ad appears
-
getPlacementType
@Nullable() POBNativePlacementType getPlacementType()
Getter for the placement type
- Returns:
placement type
-
setPlacementType
void setPlacementType(@NonNull() POBNativePlacementType placementType)
Setter for the placement type
- Parameters:
placementType- of the ad unit being offered
-
-
-
-