setCaption

open override fun setCaption(caption: String): Telemetry.Item?

Deprecated (with error)

Captions are not used with DualTelemetry and should always be left as an empty string

Replace with

Sets the caption associated with this item.

Return

the receiver

Parameters

caption

the new caption associated with this item.

See also