Package ai.meson.ads
Class MesonNativeAdViewConfiguration
-
- All Implemented Interfaces:
public final class MesonNativeAdViewConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
MesonNativeAdViewConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description private final View
convertView
private final ViewGroup
parentView
private final Integer
parentViewWidth
-
Method Summary
Modifier and Type Method Description final View
getConvertView()
final ViewGroup
getParentView()
final Integer
getParentViewWidth()
-
-
Method Detail
-
getConvertView
final View getConvertView()
-
getParentView
final ViewGroup getParentView()
-
getParentViewWidth
final Integer getParentViewWidth()
-
-
-
-