registerView

open fun registerView(@NonNull v: View)

Marks the specified View as the View that renders this SASNativeAdElement. This triggers impression counting, click handling and viewability tracking

Parameters

v

the view that renders this SASNativeAdElement


open fun registerView(@NonNull v: View, @NonNull clickableViews: Array<View>)

Marks the specified View as the View that renders this SASNativeAdElement. This triggers impression counting, click handling and viewability tracking

Parameters

v

the view that renders thi SASNativeAdElement

clickableViews

a List of subviews of v that will intercept clicks. If null, all subviews of v will intercepts clicks