Class ISN_UIPickerControllerResult
The ISN_UIImagePickerController interactions result.
Inheritance
System.Object
ISN_UIPickerControllerResult
Namespace: SA.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIPickerControllerResult : SA_Result
Properties
Image
Gets the selected texture.
Value can be null
in case user canceled selection, or picked video instead.
Declaration
public Texture2D Image { get; }
Property Value
Type | Description |
---|---|
Texture2D | The texture. |
ImageURL
A key containing the URL of the image file.
Declaration
public string ImageURL { get; }
Property Value
Type | Description |
---|---|
System.String |
MediaType
Specifies the media type selected by the user. The value for this key is an string object containing a type code such as Image or Movie.
Declaration
public string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String |
MediaURL
Specifies the filesystem URL for the movie.
Declaration
public string MediaURL { get; }
Property Value
Type | Description |
---|---|
System.String |
OriginaImageURL
Original URL of the image file returned by iOS SDK without any modifications.
Declaration
public string OriginaImageURL { get; }
Property Value
Type | Description |
---|---|
System.String |
OriginalMediaURL
Original filesystem URL for the movie returned by iOS SDK without any modifications.
Declaration
public string OriginalMediaURL { get; }
Property Value
Type | Description |
---|---|
System.String |
RawBytes
Gets image raw bytes
Declaration
public byte[] RawBytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |