bind method

void bind(
  1. TeadsNativeAd ad
)

Call this function to bind a native ad to your TeadsNativeAdView.

This call is mandatory in order to monitor ad viewability for each components.

Implementation

void bind(TeadsNativeAd ad) {
  state.bind(ad);
}