Android.Util.JsonWriter.SetIndent Method
Sets the indentation string to be repeated for each level of indentation in the encoded document.

Syntax

[Android.Runtime.Register("setIndent", "(Ljava/lang/String;)V", "")]
public void SetIndent (string indent)

Parameters

indent
a string containing only whitespace.

Remarks

Sets the indentation string to be repeated for each level of indentation in the encoded document. If indent.isEmpty() the encoded document will be compact. Otherwise the encoded document will be more human-readable.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11