updateText

fun updateText(id: String, text: String)

Updates the text content of a sticky item, specifically for StickyTextItem.

Parameters

id

The ID of the sticky item to be updated.

text

The new text value to set.