Show / Hide Table of Contents

Class AN_MediaPicker

Picker object for picking media from the device storage

Inheritance
System.Object
AN_MediaPicker
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Gallery
Assembly: cs.temp.dll.dll
Syntax
public class AN_MediaPicker

Constructors

AN_MediaPicker(AN_MediaType[])

Create new instance of the picker with predefined picker types

Declaration
public AN_MediaPicker(params AN_MediaType[] types)
Parameters
Type Name Description
AN_MediaType[] types

Properties

AllowMultiSelect

Defines if multiple images picker is allowed. The default value is false

Declaration
public bool AllowMultiSelect { get; set; }
Property Value
Type Description
System.Boolean

Methods

Show(Action<AN_GalleryPickResult>)

Starts pick media from a gallery flow.

Declaration
public void Show(Action<AN_GalleryPickResult> callback)
Parameters
Type Name Description
Action<AN_GalleryPickResult> callback
In This Article
Back to top Generated by DocFX