toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
GfpBannerAdSize
Gfp
Banner
Ad
Size
open
class
GfpBannerAdSize
:
Serializable
The size of a banner ad.
Members
Constructors
Gfp
Banner
Ad
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Creates a new
GfpBannerAdSize
constructor
(
width
:
Int
,
height
:
Int
,
isFluidWidth
:
Boolean
)
Creates a new
GfpBannerAdSize
Properties
height
Link copied to clipboard
open
var
height
:
Int
is
Fluid
Width
Link copied to clipboard
open
var
isFluidWidth
:
Boolean
width
Link copied to clipboard
open
var
width
:
Int
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String