toggle menu
library-core
8.3.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
GfpBannerAdViewBase
Gfp
Banner
Ad
View
Base
abstract
class
GfpBannerAdViewBase
:
RelativeLayout
,
GfpBannerAd
A base class for GfpBannerAdView. Provides common functionality for banner ad views.
Inheritors
GfpBannerAdView
Members
Properties
ad
Param
Link copied to clipboard
open
var
adParam
:
AdParam
Ad parameters for the banner ad
banner
Ad
Options
Link copied to clipboard
protected
open
var
bannerAdOptions
:
GfpBannerAdOptions
Options for banner ad configuration
banner
Ad
Size
Link copied to clipboard
open
val
bannerAdSize
:
GfpBannerAdSize
Size of the banner ad
Functions
destroy
Link copied to clipboard
open
fun
destroy
(
)
Destroys the banner ad view and releases resources.
get
Ad
Provider
Name
Link copied to clipboard
open
fun
getAdProviderName
(
)
:
String
Returns the name of the ad provider.
get
Response
Info
Link copied to clipboard
open
fun
getResponseInfo
(
)
:
GfpResponseInfo
Returns the response information for the ad.
load
Ad
Link copied to clipboard
@
CallSuper
open
fun
loadAd
(
)
Loads the banner ad.
set
Ad
Listener
Link copied to clipboard
open
fun
setAdListener
(
listener
:
BannerAdListener
)
Sets the listener for banner ad events.
set
Timeout
Millis
Link copied to clipboard
open
fun
setTimeoutMillis
(
timeoutMillis
:
Long
)
Sets the timeout in milliseconds for ad requests.