renderResult
Description​
This method initiates the rendering of a layed out chunk advertised through partialLayoutFinished
.
Signatures​
function renderResult(resultId)JavaScript |
void RenderResult(string resultId).net |
fun renderResult(resultId: String): UnitAndroid |
Parameters​
Parameters | Type | Summary |
---|---|---|
resultIdAll | string | The ID of the result to be rendered. |
Returns​
Nothing. The render result is computed asynchronously and can be obtained via events like partialRenderFinished
.