Gets the index (one-based) of the first character which belongs to the editable region.

<void> EditableRegion.getStart(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the index (one-based) of the first character which belongs to the editable region.
errorCallback Optional. Is called when the operation failed with an error.