EmbeddedPhotoPickerFeatureInfo.LaunchTab Property
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.
Returns the launch tab set by the app.
public Android.Widget.Photopicker.EmbeddedPhotoPickerLaunchTab LaunchTab { [Android.Runtime.Register("getLaunchTab", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getLaunchTab", "()I", "", ApiSince=37)>]
member this.LaunchTab : Android.Widget.Photopicker.EmbeddedPhotoPickerLaunchTab
Property Value
The launch tab for the embedded PhotoPicker, which is one of the
LaunchTab values (e.g., EmbeddedPhotoPickerFeatureInfo#TAB_IMAGES
or EmbeddedPhotoPickerFeatureInfo#TAB_ALBUMS). If no launch tab is set then
EmbeddedPhotoPickerFeatureInfo#TAB_UNSET is the default value.
- Attributes