OUDS Android
Toggle table of contents
1.3.0
Select version
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.common.text
/
OudsAnnotatedString
/
Builder
/
append
append
open
override
fun
append
(
char
:
Char
)
:
OudsAnnotatedString.Builder
<
T
>
open
override
fun
append
(
text
:
CharSequence
?
)
:
OudsAnnotatedString.Builder
<
T
>
open
override
fun
append
(
text
:
CharSequence
?
,
start
:
Int
,
end
:
Int
)
:
OudsAnnotatedString.Builder
<
T
>
fun
append
(
text
:
String
)
fun
append
(
text
:
T
)
fun
append
(
text
:
T
,
start
:
Int
,
end
:
Int
)