toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho
/
TestPerfEvent
/
markerAnnotate
marker
Annotate
open
fun
markerAnnotate
(
annotationKey
:
String
,
@
Nullable
annotationValue
:
String
)
Adds a key:value annotation to an already active marker.
Parameters
annotation
Key
annotation
Value
open
fun
markerAnnotate
(
annotationKey
:
String
,
annotationValue
:
Double
)
open
fun
markerAnnotate
(
annotationKey
:
String
,
annotationValue
:
Int
)
open
fun
markerAnnotate
(
annotationKey
:
String
,
annotationValue
:
Boolean
)
open
fun
markerAnnotate
(
annotationKey
:
String
,
annotationValue
:
Array
<
String
>
)
open
fun
markerAnnotate
(
annotationKey
:
String
,
annotationValue
:
Array
<
Double
>
)
open
fun
markerAnnotate
(
annotationKey
:
String
,
annotationValue
:
Array
<
Int
>
)
Parameters
annotation
Key
annotation
Value
See also
marker
Annotate(String,
String)