Easy Mobile API Reference 2.18
  • Pro
    • Pro
    • Basic

    Show / Hide Table of Contents

    Class Media

    Inheritance
    System.Object
    Media
    Namespace: EasyMobile
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Media

    Properties

    Camera

    Entry interface to use native device's Camera APIs.

    Declaration
    public static IDeviceCamera Camera { get; }
    Property Value
    Type Description
    IDeviceCamera

    Gallery

    Entry interface to use native device's Gallery APIs.

    Declaration
    public static IDeviceGallery Gallery { get; }
    Property Value
    Type Description
    IDeviceGallery
    In This Article
    • Properties
      • Camera
      • Gallery