Package com.pubmatic.sdk.video.player
Class POBEndCardUtil
-
- All Implemented Interfaces:
public class POBEndCardUtilClass to handle the redundant code from POBEndCardView and POBMraidEndCardView class.
-
-
Constructor Summary
Constructors Constructor Description POBEndCardUtil()
-
Method Summary
Modifier and Type Method Description static voidupdateEndCardView(@NonNull() View endCardView)Sets required attributes for end card view rendering. -
-
Method Detail
-
updateEndCardView
static void updateEndCardView(@NonNull() View endCardView)
Sets required attributes for end card view rendering.
- Parameters:
endCardView- end card view to update; caller should add it as a direct child of a FrameLayout.
-
-
-
-