IEmbeddedPhotoPickerSession.NotifyVisibilityChanged(Boolean) 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.
Notify that embedded photopicker view is visible or not to the user.
[Android.Runtime.Register("notifyVisibilityChanged", "(Z)V", "GetNotifyVisibilityChanged_ZHandler:Android.Widget.PhotoPicker.IEmbeddedPhotoPickerSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void NotifyVisibilityChanged(bool isVisible);
[<Android.Runtime.Register("notifyVisibilityChanged", "(Z)V", "GetNotifyVisibilityChanged_ZHandler:Android.Widget.PhotoPicker.IEmbeddedPhotoPickerSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member NotifyVisibilityChanged : bool -> unit
Parameters
- isVisible
- Boolean
True if view visible to the user, false if not.
- Attributes
Remarks
Notify that embedded photopicker view is visible or not to the user.
This helps photopicker to close upstream work and manage the lifecycle of this Session instance.
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.