basic-ads
Toggle table of contents
0.2.7-beta03
common
Platform filter
common
Switch theme
Search in API
basic-ads
basic-ads
/
app.lexilabs.basic.ads.composable
/
rememberRewardedAd
remember
Rewarded
Ad
@
Composable
fun
rememberRewardedAd
(
activity
:
Any
?
,
adUnitId
:
String
=
AdUnitId.REWARDED_DEFAULT
,
onLoad
:
(
)
->
Unit
=
{}
,
onFailure
:
(
Exception
)
->
Unit
=
{}
)
:
MutableState
<
RewardedAdHandler
>