Package com.naver.ads.ui
Class CtaTextView
-
- All Implemented Interfaces:
-
android.graphics.drawable.Drawable.Callback,android.view.KeyEvent.Callback,android.view.ViewTreeObserver.OnPreDrawListener,android.view.accessibility.AccessibilityEventSource,com.naver.ads.ui.AspectRatioDecorator,com.naver.ads.ui.NasDecorator,com.naver.ads.ui.RoundCornerDecorator
public class CtaTextView extends NasTextViewThe custom TextView for Call To Action.
-
-
Constructor Summary
Constructors Constructor Description CtaTextView(Context context, AttributeSet attrs, Integer defStyleAttrs)Constructs an CtaTextView. CtaTextView(Context context, AttributeSet attrs)Constructs an CtaTextView. CtaTextView(Context context)Constructs an CtaTextView.
-
Method Summary
Modifier and Type Method Description final UnitshowBackground(Boolean showBackground)Shows the background if true, iffalse, does not.UnitsetText(CharSequence text, TextView.BufferType type)-
-
Constructor Detail
-
CtaTextView
CtaTextView(Context context, AttributeSet attrs, Integer defStyleAttrs)
Constructs an CtaTextView.
-
CtaTextView
CtaTextView(Context context, AttributeSet attrs)
Constructs an CtaTextView.
-
CtaTextView
CtaTextView(Context context)
Constructs an CtaTextView.
-
-
Method Detail
-
showBackground
final Unit showBackground(Boolean showBackground)
Shows the background if
true, iffalse, does not.
-
setText
Unit setText(CharSequence text, TextView.BufferType type)
-
-
-
-