TXTextControlWeb.getStatusBarColor Method

Returns the background color of the status bar by calling a provided callback function.

Syntax

[JavaScript]
<void> TXTextControlWeb.getStatusBarColor(<function> callback);
Parameter Description
callback

A function with one String parameter. Is called with the status bar color as a hexadecimal CSS color string (e. g. "#FFABC3") as soon as the information has been retrieved from the server.