IEmbeddedPhotoPickerClient.OnSelectionComplete Method

Definition

Reports that the user is done with their selection and should collapse the picker.

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

Remarks

Reports that the user is done with their selection and should collapse the picker.

This doesn't necessarily mean that the session should be closed, but rather the user has indicated that they are done selecting images and should go back to the app.

Java documentation for android.widget.photopicker.EmbeddedPhotoPickerClient.onSelectionComplete().

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