Package com.naver.ads.ui
Object AspectRatioDecorator.ResizeMode.Companion
-
- All Implemented Interfaces:
public class AspectRatioDecorator.ResizeMode.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AspectRatioDecorator.ResizeMode.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static AspectRatioDecorator.ResizeModeparse(Integer key)Returns the ResizeMode instance that corresponds to the key, otherwise null. -
-
Method Detail
-
parse
final static AspectRatioDecorator.ResizeMode parse(Integer key)
Returns the ResizeMode instance that corresponds to the key, otherwise null.
- Parameters:
key- the key of ResizeMode- Returns:
the ResizeMode instance that corresponds to the key, otherwise null.
-
-
-
-