basic-ads
Toggle table of contents
0.2.7
android
Platform filter
android
Switch theme
Search in API
basic-ads
basic-ads
/
app.lexilabs.basic.ads
/
FullscreenContentDelegate
Fullscreen
Content
Delegate
android
class
FullscreenContentDelegate
(
onDismissed
:
(
)
->
Unit
,
onShown
:
(
)
->
Unit
,
onImpression
:
(
)
->
Unit
,
onClick
:
(
)
->
Unit
,
onFailure
:
(
Exception
)
->
Unit
)
:
FullScreenContentCallback
Members
Constructors
Fullscreen
Content
Delegate
Link copied to clipboard
android
constructor
(
onDismissed
:
(
)
->
Unit
,
onShown
:
(
)
->
Unit
,
onImpression
:
(
)
->
Unit
,
onClick
:
(
)
->
Unit
,
onFailure
:
(
Exception
)
->
Unit
)
Functions
on
Ad
Clicked
Link copied to clipboard
android
open
override
fun
onAdClicked
(
)
on
Ad
Dismissed
Full
Screen
Content
Link copied to clipboard
android
open
override
fun
onAdDismissedFullScreenContent
(
)
on
Ad
Failed
To
Show
Full
Screen
Content
Link copied to clipboard
android
open
override
fun
onAdFailedToShowFullScreenContent
(
p0
:
AdError
)
on
Ad
Impression
Link copied to clipboard
android
open
override
fun
onAdImpression
(
)
on
Ad
Showed
Full
Screen
Content
Link copied to clipboard
android
open
override
fun
onAdShowedFullScreenContent
(
)