Language

EmbeddedPhotoPickerFeatureInfo.Builder.SetPickerLaunchedInExpandedState Method

Definition

Embedded photopicker can be launched in the expanded state by the app.

[Android.Runtime.Register("setPickerLaunchedInExpandedState", "(Z)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)]
public Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder SetPickerLaunchedInExpandedState(bool launchedPickerInExpandedState);
[<Android.Runtime.Register("setPickerLaunchedInExpandedState", "(Z)Landroid/widget/photopicker/EmbeddedPhotoPickerFeatureInfo$Builder;", "", ApiSince=37)>]
member this.SetPickerLaunchedInExpandedState : bool -> Android.Widget.PhotoPicker.EmbeddedPhotoPickerFeatureInfo.Builder

Parameters

launchedPickerInExpandedState
Boolean

Indicates that the app chose to launch the picker in expanded state.

Returns

Attributes

Remarks

Embedded photopicker can be launched in the expanded state by the app. If the app opts to do so, this field must be set to true indicating the app chose to initially launch the embedded picker in the expanded state.

Android reference for android.widget.photopicker.EmbeddedPhotoPickerFeatureInfo.Builder.setPickerLaunchedInExpandedState.

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