Gets the name of the user who can edit the region. This parameter can be null or an empty string to indicate, that no user name has been specified and the region can be edited by everyone.
<void> EditableRegion.getUserName(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the name of the user who can edit the region. |
error |
Optional. Is called when the operation failed with an error. |