JSONTokener.Back Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unreads the most recent character of input.
[Android.Runtime.Register("back", "()V", "GetBackHandler")]
public virtual void Back ();
[<Android.Runtime.Register("back", "()V", "GetBackHandler")>]
abstract member Back : unit -> unit
override this.Back : unit -> unit
- Attributes
Remarks
Unreads the most recent character of input. If no input characters have been read, the input is unchanged.
Java documentation for org.json.JSONTokener.back()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.