Show / Hide Table of Contents

Class AN_GalleryPickResult

Gallery images pick result

Inheritance
System.Object
AN_GalleryPickResult
Namespace: SA.Android.Gallery
Assembly: cs.temp.dll.dll
Syntax
public class AN_GalleryPickResult : SA_Result

Constructors

AN_GalleryPickResult(SA_Error)

Declaration
public AN_GalleryPickResult(SA_Error error)
Parameters
Type Name Description
SA_Error error

Properties

Media

Picked images

Declaration
public List<AN_Media> Media { get; }
Property Value
Type Description
List<AN_Media>
In This Article
Back to top Generated by DocFX