OUDS Android
Toggle table of contents
2.0.0
Select version
2.0.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
release
Target filter
release
Switch theme
Search in API
Skip to content
OUDS Android
core
/
com.orange.ouds.core.component
/
OudsIcon
Ouds
Icon
class
OudsIcon
:
OudsComponentIcon
<
OudsIcon.ExtraParameters
,
OudsIcon
>
,
OudsTagAsset
Members
Constructors
Ouds
Icon
Link copied to clipboard
constructor
(
painter
:
Painter
,
contentDescription
:
String
?
=
null
,
tinted
:
Boolean
=
true
)
constructor
(
imageVector
:
ImageVector
,
contentDescription
:
String
?
=
null
,
tinted
:
Boolean
=
true
)
constructor
(
bitmap
:
ImageBitmap
,
contentDescription
:
String
?
=
null
,
tinted
:
Boolean
=
true
)
Types
Default
Link copied to clipboard
object
Default
:
OudsTagAsset
Extra
Parameters
Link copied to clipboard
open
class
ExtraParameters
:
OudsComponentContent.ExtraParameters
Properties
test
Tag
Link copied to clipboard
var
testTag
:
String
?
Optional test tag for UI testing purposes.
Functions
to
Component
Content
Link copied to clipboard
open
override
fun
<
T
:
OudsComponentContent.ExtraParameters
>
toComponentContent
(
)
:
OudsComponentContent
<
T
>