EmbeddedPhotoPickerFeatureInfo.Builder.SetPickerLaunchedInExpandedState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.