Class ResolvedAdViewGroup

  • All Implemented Interfaces:
    android.graphics.drawable.Drawable.Callback , android.view.KeyEvent.Callback , android.view.ViewManager , android.view.ViewParent , android.view.accessibility.AccessibilityEventSource , com.naver.ads.video.player.UiElementView , com.naver.ads.video.player.Updatable

    
    public abstract class ResolvedAdViewGroup
    extends UiElementViewGroup<ResolvedAd>
                        

    Implementations of UiElementViewGroup that handle ResolvedAd.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResolvedAdViewGroup

        ResolvedAdViewGroup(Context context)
        Constructs a new ResolvedAdViewGroup instance.
        Parameters:
        context - the context.
    • Method Detail