Gets the text which is contained within a text field.

<void> TextField.getText(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the text which is contained within a text field.
errorCallback Optional. Is called when the operation failed with an error.