basic-ads
Toggle table of contents
1.1.0
android
common
ios
Target filter
android
common
ios
Switch theme
Search in API
Skip to content
basic-ads
basic-ads
/
app.lexilabs.basic.ads.nativead
/
NativeAdTemplate
/
NativeAdButton
Native
Ad
Button
android
common
ios
@
Composable
actual
fun
NativeAdTemplate.SupervisorScope
.
NativeAdButton
(
text
:
String
,
modifier
:
Modifier
,
textColor
:
Color
,
backgroundColor
:
Color
,
shape
:
Shape
)
@
Composable
expect
fun
NativeAdTemplate.SupervisorScope
.
NativeAdButton
(
text
:
String
,
modifier
:
Modifier
=
Modifier
,
textColor
:
Color
=
Color.White
,
backgroundColor
:
Color
=
Color.Black
,
shape
:
Shape
=
RectangleShape
)
@
Composable
actual
fun
NativeAdTemplate.SupervisorScope
.
NativeAdButton
(
text
:
String
,
modifier
:
Modifier
,
textColor
:
Color
,
backgroundColor
:
Color
,
shape
:
Shape
)