Camera.Parameters.Get(String) Method

Definition

Caution

deprecated

Returns the value of a String parameter.

[Android.Runtime.Register("get", "(Ljava/lang/String;)Ljava/lang/String;", "GetGet_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual string? Get (string? key);
[<Android.Runtime.Register("get", "(Ljava/lang/String;)Ljava/lang/String;", "GetGet_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Get : string -> string
override this.Get : string -> string

Parameters

key
String

the key name for the parameter

Returns

the String value of the parameter

Attributes

Remarks

Returns the value of a String parameter.

Java documentation for android.hardware.Camera.Parameters.get(java.lang.String).

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