Camera.Parameters.Flatten Method

Definition

Caution

deprecated

Creates a single string with all the parameters set in this Parameters object.

[Android.Runtime.Register("flatten", "()Ljava/lang/String;", "GetFlattenHandler")]
[System.Obsolete("deprecated")]
public virtual string? Flatten ();
[<Android.Runtime.Register("flatten", "()Ljava/lang/String;", "GetFlattenHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Flatten : unit -> string
override this.Flatten : unit -> string

Returns

String
Attributes

Remarks

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.

Applies to