IEmbeddedPhotoPickerSession.NotifyVisibilityChanged(Boolean) Method

Definition

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.

Java documentation for android.widget.photopicker.EmbeddedPhotoPickerSession.notifyVisibilityChanged(boolean).

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