IEmbeddedPhotoPickerSession.Close Method

Definition

Close the session, i.

[Android.Runtime.Register("close", "()V", "GetCloseHandler:Android.Widget.PhotoPicker.IEmbeddedPhotoPickerSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void Close();
[<Android.Runtime.Register("close", "()V", "GetCloseHandler:Android.Widget.PhotoPicker.IEmbeddedPhotoPickerSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member Close : unit -> unit
Attributes

Remarks

Close the session, i.e. photopicker will release resources associated with this session. Any further notifications to this Session will be ignored by the service.

Java documentation for android.widget.photopicker.EmbeddedPhotoPickerSession.close().

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