MediaView
Advance Integration
RelativeLayout.LayoutParams params = new
RelativeLayout.LayoutParams(CALCULATED_AD_WIDTH, RelativeLayout.LayoutParams.WRAP_CONTENT);
mMediaView = new MediaView(mActivity);
// [NOTE]
// you should call setLayoutParams before setNativeAd.
// please just set the ad width and set height to WRAP_CONTENT, SDK would calculate the ad height automatically according to the ad aspect ratio.
//
mMediaView.setLayoutParams(params);
mMediaView.setNativeAd(mNativeAd);Public constructors
NativeAd
Public methods
destroy
isAvailableAttachToWindow
isFullScreen
isMute
mute
play
resize
resize
setFullScreenMode
setNativeAd
setTouchEffect
stop
unmute
Last updated