Package com.naver.ads.video.vast
Object SelectedAd.Companion
-
- All Implemented Interfaces:
public class SelectedAd.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SelectedAd.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static FloatgetLinearAspectRatio(SelectedAd $self)Return the media aspect ratio of the selected if linear. final static FloatgetNonLinearAspectRatio(SelectedAd $self)Return the aspect ratio of the selected creative if non-linear. -
-
Method Detail
-
getLinearAspectRatio
final static Float getLinearAspectRatio(SelectedAd $self)
Return the media aspect ratio of the selected if linear.
-
getNonLinearAspectRatio
final static Float getNonLinearAspectRatio(SelectedAd $self)
Return the aspect ratio of the selected creative if non-linear.
-
-
-
-