Show / Hide Table of Contents

Class ISN_UIMediaType

Constants of supported MediaType's by ISN_UIImagePickerController

Inheritance
System.Object
ISN_UIMediaType
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.iOS.UIKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIMediaType

Fields

Image

Image type

Declaration
public const string Image = "public.image"
Field Value
Type Description
System.String

Movie

Movie type

Declaration
public const string Movie = "public.movie"
Field Value
Type Description
System.String

Properties

IMAGE

Declaration
public static string IMAGE { get; }
Property Value
Type Description
System.String

MOVIE

Declaration
public static string MOVIE { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX