Share via


Camera.Parameters.SupportedFlashModes Property

Definition

Caution

deprecated

Gets the supported flash modes.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedFlashModes { [Android.Runtime.Register("getSupportedFlashModes", "()Ljava/util/List;", "GetGetSupportedFlashModesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedFlashModes", "()Ljava/util/List;", "GetGetSupportedFlashModesHandler")>]
member this.SupportedFlashModes : System.Collections.Generic.IList<string>

Property Value

a list of supported flash modes. null if flash mode setting is not supported.

Attributes

Remarks

Gets the supported flash modes.

Java documentation for android.hardware.Camera.Parameters.getSupportedFlashModes().

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

See also