Fleet Mobile
Search Results for

    Show / Hide Table of Contents

    Interface ICustomMediaPicker

    Namespace: Fleet.Mobile
    Assembly: FleetMobile.dll
    Syntax
    public interface ICustomMediaPicker

    Methods

    PickMediaAsync(Action<float>, int)

    Declaration
    Task<IEnumerable<PickerFile>> PickMediaAsync(Action<float> step, int maxLimit)
    Parameters
    Action<float> step

    int maxLimit

    Returns
    Task<IEnumerable<PickerFile>>

    TakePhotoAsync()

    Declaration
    Task<Stream> TakePhotoAsync()
    Returns
    Task<Stream>

    TakeVideoAsync(Action<float>)

    Declaration
    Task<Stream> TakeVideoAsync(Action<float> step)
    Parameters
    Action<float> step

    Returns
    Task<Stream>

    In this article
    Back to top Generated by DocFX